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 e4b9bc9 commit 3c55246Copy full SHA for 3c55246
.github/workflows/makefile-lint.yml
@@ -63,10 +63,10 @@ jobs:
63
env:
64
BUILDER_NAME: "makefile-lint"
65
BUILDER_EMAIL: "no-reply@localhost"
66
+ EXPECTED_SHA: "${{ vars.CHECKMAKE_EXPECTED_SHA }}"
67
run: |
68
git clone --depth 1 --branch main https://github.com/mrtazz/checkmake.git checkmake
69
cd checkmake
- EXPECTED_SHA="880668e0015d47e9b84ec5edfec4bf67b4228ea4" # v0.2.2+21
70
ACTUAL_SHA=$(git rev-parse HEAD)
71
if [ "$EXPECTED_SHA" != "$ACTUAL_SHA" ]; then
72
ERR_MSG_STUB="Checkmake repository hash verification failed."
0 commit comments