There was an error while loading. Please reload this page.
1 parent cf301f8 commit 7a97982Copy full SHA for 7a97982
1 file changed
.github/workflows/tests.yml
@@ -23,3 +23,6 @@ jobs:
23
- name: "Run tests"
24
run: |
25
./scripts/run-tests.sh --cov-fail-under=100
26
+ - name: "Run linting"
27
+ run: |
28
+ ./scripts/lint.sh
0 commit comments