Skip to content

Commit f83e63b

Browse files
committed
Add a github action to perform linting
1 parent 9f0d4b5 commit f83e63b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: golangci-lint
2+
on:
3+
push:
4+
pull_request:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
golangci:
11+
name: lint
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/[email protected]
15+
16+
- uses: WillAbides/[email protected]
17+
with:
18+
go-version: "1.24"
19+
20+
- name: golangci-lint
21+
uses: golangci/[email protected]
22+
with:
23+
version: v1.64.5

0 commit comments

Comments
 (0)