Skip to content

Commit 8b2f983

Browse files
committed
maybe this will work
1 parent 518e41f commit 8b2f983

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,8 @@ jobs:
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

0 commit comments

Comments
 (0)