Skip to content

Commit

Permalink
ci: Upgrade clj-lint-action to 1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alumi committed Jan 9, 2025
1 parent 3f49a66 commit 4f8187c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
id : master_base_sha
if : github.ref == 'refs/heads/master'
run: echo "::set-output name=base_sha::${{ github.event.before }}"
- uses: xcoo/[email protected].10
- uses: xcoo/[email protected].12
with:
linters: "[\"clj-kondo\" \"kibit\" \"eastwood\"]"
github_token: ${{ secrets.GITHUB_TOKEN }}
runner: ":leiningen"
base_sha: ${{ github.event.pull_request.base.sha||steps.master_base_sha.outputs.base_sha }}
eastwood_linters: "[:all]"
linter_options: "{}"

0 comments on commit 4f8187c

Please sign in to comment.