Skip to content

Commit 8360f6e

Browse files
committed
output
1 parent 787c7d9 commit 8360f6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/llhttp-wasm-integrity.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
fetch-depth: 0
20-
- name: check modified files
20+
- name: Check modified files
2121
id: check_files
2222
run: |
2323
echo "=============== list modified files ==============="
@@ -35,6 +35,8 @@ jobs:
3535
fi
3636
done < files.txt
3737
38+
echo "Should run integrity check $(cat $GITHUB_OUTPUT)"
39+
3840
llhttp-wasm:
3941
if: ${{ github.event_name == 'pull_request' && needs.check.outputs.run_job == 'true' }}
4042
name: Check integrity of generagted wasm-files for llhttp

0 commit comments

Comments
 (0)