Skip to content

Commit da9964c

Browse files
committed
build: update
1 parent 202ac9b commit da9964c

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,22 @@
11
name: ci
2-
32
on:
43
push:
5-
branches: [ main ]
4+
branches: [main]
65
pull_request:
7-
branches: [ main ]
6+
branches: [main]
87
workflow_dispatch:
9-
108
jobs:
119
ci:
1210
runs-on: ubuntu-latest
1311
steps:
14-
- uses: actions/checkout@v4
15-
16-
- name: setup go
17-
uses: actions/setup-go@v5
18-
19-
- name: build
20-
run: go build .
21-
22-
- name: lint
23-
uses: golangci/[email protected]
24-
with:
25-
version: latest
26-
27-
- name: test
28-
run: go test -v ./...
29-
12+
- uses: actions/checkout@v4
13+
- name: setup go
14+
uses: actions/setup-go@v5
15+
- name: build
16+
run: go build .
17+
- name: lint
18+
uses: golangci/[email protected]
19+
with:
20+
version: latest
21+
- name: test
22+
run: go test -v ./...

0 commit comments

Comments
 (0)