Skip to content

Commit

Permalink
ci: add format check (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein authored Aug 8, 2024
1 parent cf4ca56 commit 3677c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
cache: 'pip'
- run: make deps
- run: make lint
- run: make fmt

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3677c0b

Please sign in to comment.