Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex committed Nov 25, 2024
1 parent 7b748fe commit fe8dd82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: refs/heads/main
uses: actions/checkout@v3
- name: Deps
run: make deps
- name: Type test
Expand Down

0 comments on commit fe8dd82

Please sign in to comment.