Lint and fix Github Actions #1834
test.yml
on: pull_request
Lint and check format
9s
Coveralls Finished
0s
Kinto Admin
0s
Annotations
6 errors
Lint and check format:
.github/workflows/publish.yml#L97
expected scalar node for string value but found sequence node with "!!seq" tag
|
Lint and check format:
.github/workflows/test.yml#L164
shellcheck reported issue in this script: SC2086:info:1:7: Double quote to prevent globbing and word splitting
|
Lint and check format:
.github/workflows/test.yml#L168
shellcheck reported issue in this script: SC2086:info:1:128: Double quote to prevent globbing and word splitting
|
Lint and check format:
.github/workflows/test.yml#L193
shellcheck reported issue in this script: SC2046:warning:3:6: Quote this to prevent word splitting
|
Lint and check format:
.github/workflows/test.yml#L193
shellcheck reported issue in this script: SC2006:style:3:6: Use $(...) notation instead of legacy backticks `...`
|
Lint and check format
❌ [actionlint] The command ran successfully and some problem was found (found 5 errors, linted 3 files), exit code: 1
|