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.
shell: bash
check-autogen-diff
1 parent f4f293a commit e09c186Copy full SHA for e09c186
.github/workflows/main.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
fetch-depth: 2
21
- name: Run auto-generated code checks
22
+ shell: bash
23
run: |
24
test $(swift run -q --package-path Utilities WasmKitDevUtils wasmgen | wc -l) = "0"
25
test $(swift run -q --package-path Utilities WasmKitDevUtils vmgen | wc -l) = "0"
0 commit comments