chore(deps): update reviewdog/action-actionlint action to v1.60.0 #776
actionlint.yml
on: pull_request
actionlint with reviewdog
7s
Annotations
4 warnings
actionlint with reviewdog:
.github/workflows/build-image.yml#L92
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2001:style:2:8: See if you can use ${variable//search/replace} instead [shellcheck]
Raw Output:
.github/workflows/build-image.yml:92:9: shellcheck reported issue in this script: SC2001:style:2:8: See if you can use ${variable//search/replace} instead [shellcheck]
|
actionlint with reviewdog:
.github/workflows/build-image.yml#L92
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:5:11: Double quote to prevent globbing and word splitting [shellcheck]
Raw Output:
.github/workflows/build-image.yml:92:9: shellcheck reported issue in this script: SC2086:info:5:11: Double quote to prevent globbing and word splitting [shellcheck]
|
actionlint with reviewdog:
.github/workflows/build-image.yml#L201
[actionlint] reported by reviewdog 🐶
if: condition "${{ github.event_name }} != 'pull_request'" is always evaluated to true because extra characters are around ${{ }} [if-cond]
Raw Output:
.github/workflows/build-image.yml:201:13: if: condition "${{ github.event_name }} != 'pull_request'" is always evaluated to true because extra characters are around ${{ }} [if-cond]
|
actionlint with reviewdog:
.github/workflows/build-image.yml#L209
[actionlint] reported by reviewdog 🐶
if: condition "${{ github.event_name }} != 'pull_request'" is always evaluated to true because extra characters are around ${{ }} [if-cond]
Raw Output:
.github/workflows/build-image.yml:209:13: if: condition "${{ github.event_name }} != 'pull_request'" is always evaluated to true because extra characters are around ${{ }} [if-cond]
|