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 787c7d9 commit 8360f6eCopy full SHA for 8360f6e
.github/workflows/llhttp-wasm-integrity.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v2
18
with:
19
fetch-depth: 0
20
- - name: check modified files
+ - name: Check modified files
21
id: check_files
22
run: |
23
echo "=============== list modified files ==============="
@@ -35,6 +35,8 @@ jobs:
35
fi
36
done < files.txt
37
38
+ echo "Should run integrity check $(cat $GITHUB_OUTPUT)"
39
+
40
llhttp-wasm:
41
if: ${{ github.event_name == 'pull_request' && needs.check.outputs.run_job == 'true' }}
42
name: Check integrity of generagted wasm-files for llhttp
0 commit comments