Skip to content

Commit e0d7c34

Browse files
committed
compileall in lint
1 parent bf86f7a commit e0d7c34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ jobs:
2222
run: pip install ruff
2323
- name: check
2424
run: ruff check --target-version ${{ matrix.ruff_version }}
25+
- name: compileall
26+
# sigh because ruff doesn't check type syntax
27+
run: python -m compileall -f *.py examples/

0 commit comments

Comments
 (0)