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.
2 parents a68506a + dbae426 commit a36ba0cCopy full SHA for a36ba0c
.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