chore(workflow): update actionlint to raven-actions/actionlint@v2
This commit is contained in:
parent
fd31184f53
commit
befefc83f0
@ -39,7 +39,13 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: actionlint
|
- name: actionlint
|
||||||
uses: rhysd/actionlint@v1
|
uses: raven-actions/actionlint@v2
|
||||||
|
with:
|
||||||
|
files: ".github/workflows/cloud-neutra-golden-image.yaml"
|
||||||
|
matcher: false
|
||||||
|
cache: false
|
||||||
|
fail-on-error: true
|
||||||
|
flags: "-ignore SC2086"
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user