Skip to content

Add CacheO2Package action #202

Add CacheO2Package action

Add CacheO2Package action #202

Triggered via pull request September 27, 2024 13:26
Status Failure
Total duration 24s
Artifacts

check-workflows.yml

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

Annotations

5 errors and 1 warning
actionlint: .github/workflows/cacheo2package.yml#L13
input "package_name" of workflow_call event has the default value "O2", but it is also required. if an input is marked as required, its default value will never be used ``` default: 'O2' ^~~~ ```
actionlint: .github/workflows/cacheo2package.yml#L18
input "alidist_slug" of workflow_call event has the default value "alisw/alidist@master", but it is also required. if an input is marked as required, its default value will never be used ``` default: 'alisw/alidist@master' ^~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/cacheo2package.yml#L23
input "alibuild_slug" of workflow_call event has the default value "alisw/alibuild@master", but it is also required. if an input is marked as required, its default value will never be used ``` default: 'alisw/alibuild@master' ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/cacheo2package.yml#L44
shellcheck reported issue in this script: SC2086:info:2:34: Double quote to prevent globbing and word splitting ``` run: | ^~~~ ```
actionlint
Process completed with exit code 1.
actionlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/