Skip to content

Commit 8dafdc2

Browse files
committed
fix: remove white spacing and \n
1 parent 2e4ebb8 commit 8dafdc2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,14 @@ jobs:
1717
uses: actions/setup-go@v5
1818
with:
1919
go-version: '1.25.x'
20-
2120
- name: Display Go version
2221
run: go version
23-
2422
- name: Install Dependencies
2523
run: go get .
26-
2724
- name: Build
2825
run: go build -v ./...
29-
3026
- name: Test with the Go CLI
3127
run: go test
32-
3328
- name: Upload Go test results
3429
run: actions/upload-artifact@v4
3530
with:

0 commit comments

Comments
 (0)