Skip to content

Commit aa1bf3c

Browse files
committed
fix(ci): correct workflow YAML indentation
1 parent 46fd8d2 commit aa1bf3c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/go.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@v5
17-
with:
18-
go-version: "1.25"
16+
uses: actions/setup-go@v5
17+
with:
18+
go-version: "1.25"
1919

2020
- name: Build
21-
run: go build ./...
21+
run: go build ./...
2222

2323
- name: Test
24-
run: go test ./...
24+
run: go test ./...
2525

2626
- name: Race
27-
run: go test -race ./...
27+
run: go test -race ./...

0 commit comments

Comments
 (0)