Skip to content

Commit

Permalink
chore: set a specific step to install deps
Browse files Browse the repository at this point in the history
This isolates dependency problems, could help caching
  • Loading branch information
zjrgov committed Dec 18, 2024
1 parent 3c16241 commit 7e6c192
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cf-driver-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
go-version: "1.23.x"

- name: Install dependencies
run: go get .

- name: Check formatting
run: test -z $(gofmt -l ./...)

Expand Down

0 comments on commit 7e6c192

Please sign in to comment.