Skip to content

Commit

Permalink
chore: Fix test workflow to check code formats
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Feb 2, 2024
1 parent b4df931 commit 353876d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
with:
bb: latest
clj-kondo: latest
- uses: actions/cache@v3
cljstyle: latest
- uses: actions/cache@v4
with:
path: ~/.m2
key: test-m2-${{ hashFiles('bb.edn') }}
- run: bb lint
- run: bb test
- run: bb check-all

0 comments on commit 353876d

Please sign in to comment.