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 8672eee commit 0606328Copy full SHA for 0606328
.github/workflows/lint.yml
@@ -30,11 +30,10 @@ jobs:
30
- name: Checkout code
31
uses: actions/checkout@v4
32
33
+ - name: Add actionlint problem matcher
34
+ run: echo "::add-matcher::.github/actionlint-matcher.json"
35
+
36
- name: Lint workflows
- shell: bash
- env:
- ACTIONLINT_VERSION: '7b75d16d41920ec126e6f3269db0c6f3ab613c38' # v1.6.25
37
- run: |
38
- echo "::add-matcher::.github/actionlint-matcher.json"
39
- bash <(curl --silent --show-error "https://raw.githubusercontent.com/rhysd/actionlint/${ACTIONLINT_VERSION}/scripts/download-actionlint.bash")
40
- ./actionlint -color
+ uses: docker://rhysd/actionlint@sha256:2eb91a78b5a19140be099c7b4262d298c2567f2a9f27e10ed2a4323c5bcface8 # v1.6.26
+ with:
+ args: -color
0 commit comments