Changeset 62252
- Timestamp:
- 04/21/2026 04:58:30 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-workflow-lint.yml
r62250 r62252 8 8 # Runs the actionlint GitHub Action workflow file linter. 9 9 # 10 # See https://github.com/rhysd/actionlint. 11 # 10 12 # This helps guard against common mistakes including strong type checking for expressions (${{ }}), security checks, 11 13 # `run:` script checking, glob syntax validation, and more. 12 #13 # Performs the following steps:14 # - Checks out the repository.15 # - Runs actionlint.16 14 actionlint: 17 15 name: Run actionlint … … 27 25 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 28 26 29 # actionlint is static checker for GitHub Actions workflow files.30 # See https://github.com/rhysd/actionlint.31 27 - name: Run actionlint 32 uses: docker://rhysd/actionlint@sha256: 887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9 # v1.7.728 uses: docker://rhysd/actionlint@sha256:5457037ba91acd225478edac3d4b32e45cf6c10291e0dabbfd2491c63129afe1 # v1.7.11 33 29 with: 34 30 args: "-color -verbose"
Note: See TracChangeset
for help on using the changeset viewer.