Skip to content

Commit

Permalink
Fix Pyright static type checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Mar 26, 2024
1 parent 9900eb0 commit 2a158c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/syntax-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
- name: Check Black Formatter
run: venv/bin/black -l 120 --check .
- name: Check PyRight Syntax
run: npx pyright
run: |
set -e
source venv/bin/activate
npx pyright

0 comments on commit 2a158c4

Please sign in to comment.