Skip to content

Commit fe8dd82

Browse files
committed
add
Signed-off-by: Marc Schöchlin <[email protected]>
1 parent 7b748fe commit fe8dd82

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v2
13-
with:
14-
fetch-depth: 0
15-
ref: refs/heads/main
12+
uses: actions/checkout@v3
1613
- name: Deps
1714
run: make deps
1815
- name: Type test

0 commit comments

Comments
 (0)