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 7fc5ad2 commit dbae426Copy full SHA for dbae426
.github/workflows/node.js.yml
@@ -97,6 +97,7 @@ jobs:
97
id: integrity
98
run: |
99
echo "<html><body><pre>" > ./dist/integrity.html
100
+ shopt -s globstar
101
for file in src/**/*.test.ts; do md5sum $file; done >> ./dist/integrity.html
102
for file in src/**/*.test.tsx; do md5sum $file; done >> ./dist/integrity.html
103
md5sum .eslintrc.js >> ./dist/integrity.html
0 commit comments