We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608a62c commit d29c44bCopy full SHA for d29c44b
1 file changed
.github/workflows/lint-workflows.yml
@@ -12,14 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v6
15
- - name: Download actionlint
16
- id: get_actionlint
17
- run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
18
- shell: bash
19
- name: Check workflow files
20
run: |
21
echo "::add-matcher::.github/actionlint-matcher.json"
22
- ${{ steps.get_actionlint.outputs.executable }} -color
+ bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
+ ./actionlint -color
23
shell: bash
24
25
octoscan:
0 commit comments