Skip to content

Commit

Permalink
skip kondo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinstoller committed Feb 16, 2024
1 parent fa06ea3 commit 00a6f15
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/clojure-linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
java-version: 17
- name: checkout repo
uses: actions/checkout@v2
- name: install clj-kondo (this is quite fast)
run: |
curl -sLO https://raw.githubusercontent.com/clj-kondo/clj-kondo/master/script/install-clj-kondo
chmod +x install-clj-kondo
./install-clj-kondo --dir .
- name: kondo lint
run: ./clj-kondo --lint src test
- name: eastwood lint
run: |
java -version
Expand Down

0 comments on commit 00a6f15

Please sign in to comment.