Skip to content

Commit

Permalink
fix branches ci
Browse files Browse the repository at this point in the history
  • Loading branch information
idantavor committed Apr 28, 2024
1 parent d9e9ae0 commit 09610bc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,13 @@ jobs:
exit 0
fi
- name: Run linters
run: lein lint
- name: Setup linter
uses: DeLaGuardo/setup-clj-kondo@master
with:
version: '2021.06.18'

- name: Lint
run: clj-kondo --lint src

test:
needs: build
Expand Down

0 comments on commit 09610bc

Please sign in to comment.