Skip to content

Update build tooling #306

Update build tooling

Update build tooling #306

Triggered via pull request December 4, 2023 18:37
Status Failure
Total duration 43s
Artifacts

actions.yml

on: pull_request
actionlint
22s
actionlint
devcontainer-versions
30s
devcontainer-versions
Fit to window
Zoom out
Zoom in

Annotations

10 errors
actionlint: .github/workflows/release-cni-plugin.yml#L14
"runs-on" section is missing in job "meta" ``` meta: ^~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L17
step must run script with "run" section or run action with "uses" section ``` - id: meta ^~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L19
step ID "meta" duplicates. previously defined at line:17,col:13. step ID must be unique within a job. note that step ID is case insensitive ``` id: meta ^~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L34
property "mode" is not defined in object type {} ``` key: cni-plugin-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }} ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L35
property "mode" is not defined in object type {} ``` restore-keys: cni-plugin-${{ needs.meta.outputs.mode }}- ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L40
property "repo" is not defined in object type {} ``` - run: | ```
actionlint: .github/workflows/release-cni-plugin.yml#L49
property "mode" is not defined in object type {} ``` - if: needs.meta.outputs.mode == 'release' ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L55
property "mode" is not defined in object type {} ``` - if: needs.meta.outputs.mode == 'release' ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L56
property "repo" is not defined in object type {} ``` run: | ```
actionlint: .github/workflows/release-cni-plugin.yml#L63
property "mode" is not defined in object type {} ``` - if: needs.meta.outputs.mode == 'release' ^~~~~~~~~~~~~~~~~~~~~~~ ```