Skip to content

Commit cb30a31

Browse files
authored
zerocracy#249: Pin actionlint version using reviewdog action (zerocracy#249)
1 parent 79ca7f8 commit cb30a31

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,4 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v6
19-
- name: Download actionlint
20-
id: get_actionlint
21-
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
22-
shell: bash
23-
- name: Check workflow files
24-
run: ${{ steps.get_actionlint.outputs.executable }} -color
25-
shell: bash
19+
- uses: reviewdog/action-actionlint@v1.72.0

0 commit comments

Comments
 (0)