Skip to content

Commit

Permalink
Merge pull request #203 from chrovis/fix/read-lint-config
Browse files Browse the repository at this point in the history
Update the version of lint-action to read the clj-kondo config file.
  • Loading branch information
alumi authored Jul 2, 2020
2 parents ee1d477 + 2285e52 commit 6351979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
id : master_base_sha
if : github.ref == 'refs/heads/master'
run: echo "::set-output name=base_sha::${{ github.event.before }}"
- uses: xcoo/clj-lint-action@v1.1.5
- uses: xcoo/clj-lint-action@v1.1.6
with:
linters: "[\"clj-kondo\" \"kibit\" \"eastwood\"]"
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6351979

Please sign in to comment.