Skip to content

Commit

Permalink
fix: add checkout option (#2545) (#2546)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
Co-authored-by: Hiroto Funakoshi <[email protected]>
  • Loading branch information
vdaas-ci and hlts2 authored Jul 26, 2024
1 parent f31a1c6 commit cdc5b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Run formatter and license.go
run: |
make format
git checkout go.mod go.sum ./rust/Cargo.lock
git checkout go.mod go.sum ./example/client/go.mod ./example/client/go.sum ./rust/Cargo.lock ./dockers
- name: Check and Push to main branch
continue-on-error: true
run: |
Expand Down

0 comments on commit cdc5b0d

Please sign in to comment.