Skip to content

Commit b774e09

Browse files
Add compileall sanity step to CI workflow
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent d6ba6f2 commit b774e09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Lint
3838
run: python -m ruff check .
3939

40+
- name: Compile sources
41+
run: python -m compileall -q hyperbrowser examples tests
42+
4043
- name: Test
4144
run: python -m pytest -q
4245

0 commit comments

Comments
 (0)