Skip to content

Create async-labels when branch or tag is created #117

Create async-labels when branch or tag is created

Create async-labels when branch or tag is created #117

Triggered via pull request April 12, 2024 13:53
Status Failure
Total duration 28s
Artifacts

check-workflows.yml

on: pull_request
actionlint
19s
actionlint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
actionlint: .github/workflows/async-create-label.yml#L26
shellcheck reported issue in this script: SC2015:info:4:80: Note that A && B || C is not if-then-else. C may run when A is true ``` run: | ^~~~ ```
actionlint: .github/workflows/async-create-label.yml#L26
shellcheck reported issue in this script: SC2015:info:5:89: Note that A && B || C is not if-then-else. C may run when A is true ``` run: | ^~~~ ```
actionlint: .github/workflows/async-update.yml#L36
shellcheck reported issue in this script: SC1009:info:9:1: The mentioned syntax error was in this simple command ``` run: | ^~~~ ```
actionlint: .github/workflows/async-update.yml#L36
shellcheck reported issue in this script: SC1078:warning:9:18: Did you forget to close this double quoted string? ``` run: | ^~~~ ```
actionlint: .github/workflows/async-update.yml#L36
shellcheck reported issue in this script: SC1079:info:10:12: This is actually an end quote, but due to next char it looks suspect ``` run: | ^~~~ ```
actionlint: .github/workflows/async-update.yml#L36
shellcheck reported issue in this script: SC1078:warning:37:31: Did you forget to close this double quoted string? ``` run: | ^~~~ ```
actionlint: .github/workflows/async-update.yml#L36
shellcheck reported issue in this script: SC1079:info:41:8: This is actually an end quote, but due to next char it looks suspect ``` run: | ^~~~ ```
actionlint: .github/workflows/async-update.yml#L36
shellcheck reported issue in this script: SC1078:warning:41:62: Did you forget to close this double quoted string? ``` run: | ^~~~ ```
actionlint: .github/workflows/async-update.yml#L36
shellcheck reported issue in this script: SC1079:info:43:15: This is actually an end quote, but due to next char it looks suspect ``` run: | ^~~~ ```
actionlint: .github/workflows/async-update.yml#L36
shellcheck reported issue in this script: SC1078:warning:43:66: Did you forget to close this double quoted string? ``` run: | ^~~~ ```
actionlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.