Skip to content

Commit 6ae5f4b

Browse files
committed
CI: Test code quality
1 parent 7928039 commit 6ae5f4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
branch: main
4545
name: build-cache
4646
path: _build
47+
- name: Test Code Quality
48+
shell: bash -l {0}
49+
run: |
50+
pip install flake8
51+
python test/test_code_quality.py
52+
4753
# Build Assets (Download Notebooks and PDF via LaTeX)
4854
# - name: Build PDF from LaTeX
4955
# shell: bash -l {0}

0 commit comments

Comments
 (0)