Skip to content

Fix path pattern

Fix path pattern #1

Triggered via push March 11, 2024 14:38
Status Failure
Total duration 16s
Artifacts

actionlint.yml

on: push
actionlint
8s
actionlint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
actionlint: .github/workflows/bench.yml#L41
shellcheck reported issue in this script: SC2086:info:1:8: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/bench.yml#L41
shellcheck reported issue in this script: SC2086:info:2:8: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/bench.yml#L59
shellcheck reported issue in this script: SC2086:info:2:10: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/bench.yml#L66
shellcheck reported issue in this script: SC2086:info:6:10: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/bench.yml#L79
shellcheck reported issue in this script: SC2086:info:4:10: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/bench.yml#L79
shellcheck reported issue in this script: SC2086:info:5:50: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/bench.yml#L79
shellcheck reported issue in this script: SC2086:info:9:10: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/bench.yml#L79
shellcheck reported issue in this script: SC2086:info:10:49: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/bench.yml#L79
shellcheck reported issue in this script: SC2086:info:10:60: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/check.yml#L87
shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects