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.
fetch-depth: 2
actions/checkout
check-autogen-diff
1 parent 77b6feb commit c11d798Copy full SHA for c11d798
.github/workflows/main.yml
@@ -10,13 +10,14 @@ concurrency:
10
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
11
12
jobs:
13
- check-codegen-diff:
+ check-autogen-diff:
14
runs-on: ubuntu-latest
15
- name: "Verify auto-generated code is committed"
16
container:
17
image: swift:6.2-noble
18
steps:
19
- uses: actions/checkout@v4
+ with:
20
+ fetch-depth: 2
21
- name: Run auto-generated code checks
22
run: |
23
swift run --package-path Utilities WasmKitDevUtils wasmgen
0 commit comments