File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- name : python
1+ name : CI
22
33on : [push, pull_request]
44
Original file line number Diff line number Diff line change 66[ ![ Ruff] [ ruff-badge ]] ( https://github.com/astral-sh/ruff )
77[ ![ Type checked with mypy] [ mypy-badge ]] ( https://mypy-lang.org/ )
88
9- [ github-actions-badge ] : https://github.com/johnthagen/python-blueprint/workflows/python /badge.svg
9+ [ github-actions-badge ] : https://github.com/johnthagen/python-blueprint/workflows/ci /badge.svg
1010[ uv-badge ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json
1111[ nox-badge ] : https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg
1212[ ruff-badge ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
@@ -210,7 +210,7 @@ installed package to indicate that inline type annotations should be checked.
210210Continuous integration is provided by [ GitHub Actions] ( https://github.com/features/actions ) . This
211211runs all tests, lints, and type checking for every commit and pull request to the repository.
212212
213- GitHub Actions is configured in [ ` .github/workflows/python .yml ` ] ( ./.github/workflows/python .yml ) .
213+ GitHub Actions is configured in [ ` .github/workflows/ci .yml ` ] ( ./.github/workflows/ci .yml ) .
214214
215215# Documentation
216216
You can’t perform that action at this time.
0 commit comments