Skip to content

Adds actionlint to lint GitHub Actions workflows #2

Adds actionlint to lint GitHub Actions workflows

Adds actionlint to lint GitHub Actions workflows #2

Triggered via pull request October 14, 2024 16:38
Status Failure
Total duration 18s
Artifacts

actionlint.yml

on: pull_request
actionlint
10s
actionlint
Fit to window
Zoom out
Zoom in

Annotations

4 errors
actionlint: .github/workflows/trigger_all_tests.yml#L45
shellcheck reported issue in this script: SC2046:warning:1:32: Quote this to prevent word splitting
actionlint: .github/workflows/trigger_all_tests.yml#L45
shellcheck reported issue in this script: SC2086:info:1:45: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/trigger_all_tests.yml#L45
shellcheck reported issue in this script: SC2086:info:1:59: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/trigger_all_tests.yml#L45
workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions