Skip to content

Commit c57330b

Browse files
committed
feat:add line lint
1 parent a13edee commit c57330b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/basic_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: |
3333
make build
3434
35+
- uses: njgibbon/fend@main
36+
3537
- name: Lint
3638
run: |
3739
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -d -b $(go env GOPATH)/bin v1.55.1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: basic-check
1+
name: test
22

33
on:
44
push:

0 commit comments

Comments
 (0)