Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynsimon authored Aug 20, 2023
1 parent c3a3f14 commit 849ad4b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txt
- name: Check codebase
run: inv fmt test
- name: Check fmt
continue-on-error: true
run: inv fmt
- name: Test
run: inv test

0 comments on commit 849ad4b

Please sign in to comment.