Skip to content

Commit

Permalink
fetch main in CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Oct 3, 2024
1 parent 1c83f21 commit 50ca792
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
run: make gofmt

- name: gofumpt
run: make gofumpt
run: |
git fetch origin main --depth 1
make gofumpt
- name: go vet
run: make govet
Expand Down

0 comments on commit 50ca792

Please sign in to comment.