Skip to content

Commit 7a97982

Browse files
committed
Add linting check in CI
1 parent cf301f8 commit 7a97982

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ jobs:
2323
- name: "Run tests"
2424
run: |
2525
./scripts/run-tests.sh --cov-fail-under=100
26+
- name: "Run linting"
27+
run: |
28+
./scripts/lint.sh

0 commit comments

Comments
 (0)