Skip to content

Commit 5192a29

Browse files
committed
Added test workflow
1 parent 50a005c commit 5192a29

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/go.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Go test
3+
on:
4+
push:
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-go@v5
11+
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
12+
- run: go test ./...

0 commit comments

Comments
 (0)