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 41831e7 commit 2cd24a4Copy full SHA for 2cd24a4
.github/workflows/test.yml
@@ -233,3 +233,11 @@ jobs:
233
env:
234
EXTRA_BUILDTAGS: ${{ matrix.dmz }}
235
run: sudo -E PATH="$PATH" -- make GOARCH=386 localunittest
236
+
237
+ all-done:
238
+ needs:
239
+ - test
240
+ - cross-i386
241
+ runs-on: ubuntu-24.04
242
+ steps:
243
+ - run: echo "All jobs completed"
.github/workflows/validate.yml
@@ -234,3 +234,22 @@ jobs:
cd tests/integration
./bootstrap-get-images.sh > get-images.sh
git diff --exit-code
+ - cfmt
+ - codespell
+ - commit
+ - compile-buildtags
244
+ - deps
245
+ - get-images
246
+ - go-fix
247
+ - keyring
248
+ - lint
249
+ - release
250
+ - shellcheck
251
+ - shfmt
252
+ - space-at-eol
253
254
255
0 commit comments