Skip to content

Commit c11d798

Browse files
authored
Pass fetch-depth: 2 to actions/checkout in check-autogen-diff
1 parent 77b6feb commit c11d798

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ concurrency:
1010
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1111

1212
jobs:
13-
check-codegen-diff:
13+
check-autogen-diff:
1414
runs-on: ubuntu-latest
15-
name: "Verify auto-generated code is committed"
1615
container:
1716
image: swift:6.2-noble
1817
steps:
1918
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 2
2021
- name: Run auto-generated code checks
2122
run: |
2223
swift run --package-path Utilities WasmKitDevUtils wasmgen

0 commit comments

Comments
 (0)