Skip to content

ci(pie-monorepo): DSW-2251 Pin GitHub Actions dependencies to commit #6

ci(pie-monorepo): DSW-2251 Pin GitHub Actions dependencies to commit

ci(pie-monorepo): DSW-2251 Pin GitHub Actions dependencies to commit #6

Triggered via pull request September 3, 2024 15:56
Status Failure
Total duration 15s
Artifacts

lint-workflows.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: .github/workflows/amplify-deploy.yml#L116
shellcheck reported issue in this script: SC2086:info:2:72: Double quote to prevent globbing and word splitting
lint
shellcheck reported issue in this script: SC2086:info:12:52: Double quote to prevent globbing and word splitting
lint
shellcheck reported issue in this script: SC2086:info:16:14: Double quote to prevent globbing and word splitting
lint
shellcheck reported issue in this script: SC2219:style:31:3: Instead of 'let expr', prefer (( expr ))
lint
if: condition "github.repository == 'justeattakeaway/pie' && ${{ github.event_name != 'pull_request' }} && (contains(github.ref_name, 'main') || contains(github.ref_name, 'beta') || contains(github.ref_name, 'feature'))" is always evaluated to true because extra characters are around ${{ }}
lint
if: condition "${{ github.event_name != 'pull_request' }} && (contains(github.ref_name, 'main') || contains(github.ref_name, 'beta') || contains(github.ref_name, 'feature'))" is always evaluated to true because extra characters are around ${{ }}
lint
shellcheck reported issue in this script: SC2034:warning:2:1: PRIORITIZED_PACKAGES appears unused. Verify use (or export if used externally)
lint
shellcheck reported issue in this script: SC2086:info:56:30: Double quote to prevent globbing and word splitting
lint
shellcheck reported issue in this script: SC2086:info:70:26: Double quote to prevent globbing and word splitting
lint
shellcheck reported issue in this script: SC2045:error:1:13: Iterating over ls output is fragile. Use globs