We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6308f0 commit 9f93892Copy full SHA for 9f93892
1 file changed
.github/workflows/github-actions.yml
@@ -17,3 +17,7 @@ jobs:
17
run: python -c "import sys; print(sys.version)"
18
- name: Install STUMPY And Other Dependencies
19
run: pip install --editable .[ci]
20
+ - name: Run Black
21
+ run: black --check --diff ./
22
+ - name: Run Flake8
23
+ run: flake8 ./
0 commit comments