Skip to content

Commit faec387

Browse files
authored
Enforce integrity validation in CI (#13)
1 parent 41252ca commit faec387

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
- run: npm ci
2121
- run: npm run validate:schemas
2222
- run: npm run validate:examples
23+
- run: npm run validate:integrity
2324
- run: npm run generate:checksums
24-
- run: git diff --exit-code checksums.txt
25+
- run: git diff --exit-code -- checksums.txt

0 commit comments

Comments
 (0)