Skip to content

Commit 9f93892

Browse files
committed
Added black & flake8 to Github actions
1 parent f6308f0 commit 9f93892

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ jobs:
1717
run: python -c "import sys; print(sys.version)"
1818
- name: Install STUMPY And Other Dependencies
1919
run: pip install --editable .[ci]
20+
- name: Run Black
21+
run: black --check --diff ./
22+
- name: Run Flake8
23+
run: flake8 ./

0 commit comments

Comments
 (0)