Skip to content

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

Create async-labels when branch or tag is created

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

Triggered via pull request March 26, 2024 16:02
Status Failure
Total duration 26s
Artifacts

check-workflows.yml

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

Annotations

4 errors and 1 warning
actionlint: .github/workflows/async-update.yml#L23
shellcheck reported issue in this script: SC2034:warning:11:1: labels appears unused. Verify use (or export if used externally) ``` run: | ^~~~ ```
actionlint: .github/workflows/async-update.yml#L23
shellcheck reported issue in this script: SC2236:style:23:8: Use -n instead of ! -z ``` run: | ^~~~ ```
actionlint: .github/workflows/async-update.yml#L23
shellcheck reported issue in this script: SC2086:info:40:75: Double quote to prevent globbing and word splitting ``` run: | ^~~~ ```
actionlint
Process completed with exit code 1.
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/.