We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d667066 commit f92bf65Copy full SHA for f92bf65
.github/workflows/checksum.yaml
@@ -20,5 +20,5 @@ jobs:
20
run: make docker-build
21
- name: Checksum binaries
22
run: sha256sum -c ci-expected-checksums.txt
23
-
24
+ - name: Check checksums.txt
+ run: diff checksums.txt ci-expected-checksums.txt
0 commit comments