We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a99c7 commit eb04368Copy full SHA for eb04368
1 file changed
.github/workflows/actionlint.yml
@@ -16,10 +16,4 @@ jobs:
16
runs-on: ubuntu-24.04
17
steps:
18
- 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
+ - uses: reviewdog/action-actionlint@v1.72.0
0 commit comments