File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2525 with :
2626 go-version : ${{ matrix.go }}
27- - name : tidy
28- run : go mod tidy
2927 - name : Test
30- run : go mod tidy && go test -race -v ./...
31-
32- - name : Test gcsfs
33- run : go mod tidy && go test -race -v ./...
34- working-directory : ./gcsfs
35-
36- - name : Test sftpfs
37- run : go mod tidy && go test -race -v ./...
38- working-directory : ./sftpfs
28+ run : go vet ./... && go mod tidy && go test -race -v ./...
3929
4030 lint :
4131 name : Lint
@@ -50,11 +40,11 @@ jobs:
5040 with :
5141 go-version : " 1.24"
5242
53- - name : tidy
54- run : go mod tidy
43+ - name : Lint
44+ uses :
golangci/[email protected] # v8.0.0 45+ with :
46+ version : v2.1.0
5547
56- - name : vet
57- run : go vet ./...
5848 dependency-review :
5949 name : Dependency review
6050 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments