Skip to content

Commit 81c86d6

Browse files
Add syntax check step using ruff in build workflow
1 parent 2f72ccd commit 81c86d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install Dependencies
2929
run: |
3030
pip install -r requirements.txt
31+
32+
- name: Check syntax
33+
run: |
3134
ruff check .
3235
3336
- name: Build Executable

0 commit comments

Comments
 (0)