Skip to content

Commit b9fbcc5

Browse files
heikkitoivonencodex
andcommitted
Docs: Add badges and type check to CI
Co-Authored-By: Codex <codex@openai.com>
1 parent de16730 commit b9fbcc5

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Lint
3131
run: uv run ruff check .
3232

33+
- name: Type check
34+
run: uv run pyright
35+
3336
- name: Run tests
3437
run: uv run pytest
3538

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Python Time & Space Complexity
22

3+
[![Lint / Format](https://img.shields.io/github/actions/workflow/status/heikkitoivonen/python-time-space-complexity/deploy.yml?label=lint%20%2F%20format)](https://github.com/heikkitoivonen/python-time-space-complexity/actions/workflows/deploy.yml)
4+
[![Type Check](https://img.shields.io/github/actions/workflow/status/heikkitoivonen/python-time-space-complexity/deploy.yml?label=type%20check)](https://github.com/heikkitoivonen/python-time-space-complexity/actions/workflows/deploy.yml)
5+
[![Python](https://img.shields.io/badge/python-3.9%20to%203.14-blue)](https://www.python.org/)
6+
[![License](https://img.shields.io/github/license/heikkitoivonen/python-time-space-complexity)](LICENSE.txt)
7+
[![Docs](https://img.shields.io/badge/docs-pythoncomplexity.com-brightgreen)](https://pythoncomplexity.com)
8+
39
A comprehensive resource documenting the time and space complexity of Python's built-in functions and standard library operations across different Python versions and implementations.
410

511
## Overview

0 commit comments

Comments
 (0)