diff --git a/.github/workflows/ci_branch.yml b/.github/workflows/ci_branch.yml index 8bb1d3e..3b1c894 100644 --- a/.github/workflows/ci_branch.yml +++ b/.github/workflows/ci_branch.yml @@ -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