We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f49a66 commit 4f8187cCopy full SHA for 4f8187c
.github/workflows/lint.yml
@@ -11,10 +11,11 @@ jobs:
11
id : master_base_sha
12
if : github.ref == 'refs/heads/master'
13
run: echo "::set-output name=base_sha::${{ github.event.before }}"
14
- - uses: xcoo/[email protected].10
+ - uses: xcoo/[email protected].12
15
with:
16
linters: "[\"clj-kondo\" \"kibit\" \"eastwood\"]"
17
github_token: ${{ secrets.GITHUB_TOKEN }}
18
runner: ":leiningen"
19
base_sha: ${{ github.event.pull_request.base.sha||steps.master_base_sha.outputs.base_sha }}
20
eastwood_linters: "[:all]"
21
+ linter_options: "{}"
0 commit comments