Skip to content

Commit 533901b

Browse files
committed
✨ feat(.github/workflows/testing.yml): enable warnings pyright option
Use exit code off 1 if warnings are reported.
1 parent 40ea873 commit 533901b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
with:
2222
version: 1.1.317
2323
python-version: '3.10'
24+
warnings: true
2425
- name: 🧪 Test
2526
run: make tests

0 commit comments

Comments
 (0)