Skip to content

Add a workflow to lint github actions #4

Add a workflow to lint github actions

Add a workflow to lint github actions #4

Triggered via pull request April 1, 2024 19:22
Status Failure
Total duration 20s
Artifacts

lint-actions.yml

on: pull_request
lint-github-actions
10s
lint-github-actions
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-github-actions: .github/workflows/ci.yml#L204
shellcheck reported issue in this script: SC2016:info:1:6: Expressions don't expand in single quotes, use double quotes for that
lint-github-actions: .github/workflows/ci.yml#L204
shellcheck reported issue in this script: SC2016:info:4:6: Expressions don't expand in single quotes, use double quotes for that
lint-github-actions: .github/workflows/ci.yml#L220
shellcheck reported issue in this script: SC2016:info:1:6: Expressions don't expand in single quotes, use double quotes for that
lint-github-actions: .github/workflows/ci.yml#L220
shellcheck reported issue in this script: SC2016:info:2:6: Expressions don't expand in single quotes, use double quotes for that
lint-github-actions: .github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2006:style:2:16: Use $(...) notation instead of legacy backticks `...`
lint-github-actions: .github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2086:info:2:26: Double quote to prevent globbing and word splitting
lint-github-actions: .github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2086:info:3:11: Double quote to prevent globbing and word splitting
lint-github-actions: .github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2046:warning:4:34: Quote this to prevent word splitting
lint-github-actions: .github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2006:style:4:34: Use $(...) notation instead of legacy backticks `...`
lint-github-actions: .github/workflows/ci.yml#L242
shellcheck reported issue in this script: SC2086:info:5:93: Double quote to prevent globbing and word splitting