Skip to content

chore(repo): update tooling and tests #2

chore(repo): update tooling and tests

chore(repo): update tooling and tests #2

GitHub Actions / actionlint failed Aug 23, 2024 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (4)

.github/workflows/aio.yml|38 col 15| the runner of "actions/checkout@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
.github/workflows/aio.yml|48 col 9| shellcheck reported issue in this script: SC2086:info:1:47: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/aio.yml|57 col 9| shellcheck reported issue in this script: SC2086:info:1:3: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/aio.yml|57 col 9| shellcheck reported issue in this script: SC2086:info:2:21: Double quote to prevent globbing and word splitting [shellcheck]

Filtered Findings (0)

Annotations

Check failure on line 38 in .github/workflows/aio.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/aio.yml#L38

the runner of "actions/checkout@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
.github/workflows/aio.yml:38:15: the runner of "actions/checkout@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]

Check failure on line 48 in .github/workflows/aio.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/aio.yml#L48

shellcheck reported issue in this script: SC2086:info:1:47: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/aio.yml:48:9: shellcheck reported issue in this script: SC2086:info:1:47: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 57 in .github/workflows/aio.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/aio.yml#L57

shellcheck reported issue in this script: SC2086:info:1:3: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/aio.yml:57:9: shellcheck reported issue in this script: SC2086:info:1:3: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 57 in .github/workflows/aio.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/aio.yml#L57

shellcheck reported issue in this script: SC2086:info:2:21: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/aio.yml:57:9: shellcheck reported issue in this script: SC2086:info:2:21: Double quote to prevent globbing and word splitting [shellcheck]