Skip to content

Commit

Permalink
Update github CI to bb run splint
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed May 14, 2024
1 parent d1b316d commit 786a7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: clj-kondo --parallel --lint dev/ src/ test/

- name: splint self
run: bb -m noahtheduke.splint dev/ src/ test/
run: bb run splint

- name: tests
run: clojure -M:dev:test:runner

0 comments on commit 786a7cf

Please sign in to comment.