File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : Check out code into the Go module directory
2424 uses : actions/checkout@master
25+ with :
26+ fetch-depth : 0
2527
2628 - name : gomod2nix update
2729 run : |
Original file line number Diff line number Diff line change 2727 fail-fast : true
2828 steps :
2929 - uses : actions/checkout@master
30+ with :
31+ fetch-depth : 0
3032 - name : Setup Go environment
3133 uses : actions/setup-go@master
3234 with :
Original file line number Diff line number Diff line change @@ -32,11 +32,12 @@ jobs:
3232 uses : actions/checkout@v4
3333 with :
3434 ref : ${{ github.event.pull_request.head.sha }}
35+ fetch-depth : 0
3536
3637 - name : Tidy Modules
3738 run : |
3839 go mod tidy
39- go generate main.go
40+ go generate main.go
4041
4142 - name : golangci-lint
4243 uses : golangci/golangci-lint-action@master
Original file line number Diff line number Diff line change 1212
1313 - name : Check out code into the Go module directory
1414 uses : actions/checkout@master
15+ with :
16+ fetch-depth : 0
1517
1618 - name : Tidy Modules
1719 run : |
You can’t perform that action at this time.
0 commit comments