Skip to content

Commit 4f8187c

Browse files
committed
ci: Upgrade clj-lint-action to 1.1.12
1 parent 3f49a66 commit 4f8187c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
id : master_base_sha
1212
if : github.ref == 'refs/heads/master'
1313
run: echo "::set-output name=base_sha::${{ github.event.before }}"
14-
- uses: xcoo/[email protected].10
14+
- uses: xcoo/[email protected].12
1515
with:
1616
linters: "[\"clj-kondo\" \"kibit\" \"eastwood\"]"
1717
github_token: ${{ secrets.GITHUB_TOKEN }}
1818
runner: ":leiningen"
1919
base_sha: ${{ github.event.pull_request.base.sha||steps.master_base_sha.outputs.base_sha }}
2020
eastwood_linters: "[:all]"
21+
linter_options: "{}"

0 commit comments

Comments
 (0)