We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41252ca commit faec387Copy full SHA for faec387
.github/workflows/validate.yml
@@ -20,5 +20,6 @@ jobs:
20
- run: npm ci
21
- run: npm run validate:schemas
22
- run: npm run validate:examples
23
+ - run: npm run validate:integrity
24
- run: npm run generate:checksums
- - run: git diff --exit-code checksums.txt
25
+ - run: git diff --exit-code -- checksums.txt
0 commit comments