We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945cd6c commit 92a2b7aCopy full SHA for 92a2b7a
.github/workflows/build-all-matrix.yaml
@@ -51,6 +51,10 @@ jobs:
51
id: date_prep
52
run: echo "created=$(date -u +'%Y%m%d-%H%M')" >> "${GITHUB_OUTPUT}"
53
54
+ - name: Run shellcheck # so fail fast in case of bash errors/warnings
55
+ id: shellcheck
56
+ run: bash build.sh shellcheck
57
+
58
- name: Run the matrix JSON preparation bash script
59
id: prepare-matrix
60
run: bash build.sh gha-matrix # This sets the output "kernels_json" & "lkcontainers_json" & "lk_hooks_json" internally
0 commit comments