Skip to content

Commit

Permalink
Update dependencies for Clojure and linting tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Feb 10, 2024
1 parent 8d732c6 commit 1d1f7ff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ jobs:
- name: 👍 cljstyle
run: bb style:cljstyle

- name: 👍 kibit
run: bb style:kibit


experimental:
name: Experimental
runs-on: ubuntu-latest
Expand All @@ -110,3 +106,6 @@ jobs:

- name: 🧪 Unit tests (bb + test-runner)
run: bb test

- name: 👍 splint
run: bb style:splint || true

0 comments on commit 1d1f7ff

Please sign in to comment.