mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-29 03:50:06 +00:00
fixed yml typo
This commit is contained in:
parent
0d292cd578
commit
8fb5ee698b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Type check
|
||||
run: uv run ty check
|
||||
|
||||
- name: Fail on type: ignore (no suppressions allowed)
|
||||
- name: "Fail on type: ignore (no suppressions allowed)"
|
||||
run: |
|
||||
if grep -rE '# type: ignore|# ty: ignore' --include='*.py' . --exclude-dir=.venv --exclude-dir=.git; then
|
||||
echo "::error::type: ignore / ty: ignore comments are not allowed. Fix the underlying type errors instead."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue