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 022512a commit 11ed2a3Copy full SHA for 11ed2a3
.github/workflows/makefile-lint.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
git clone --depth 1 --branch main https://github.com/mrtazz/checkmake.git checkmake
68
cd checkmake
69
- EXPECTED_SHA="e11578c51935b2d95ecc1bee292b6a5aa93ae054" # v0.2.2+20
+ 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