Skip to content

Commit 9e8bf04

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/basic_check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
run: |
3333
make build
3434
35+
- name: end-of-file-check
36+
uses: njgibbon/fend@main
37+
3538
- name: Lint
3639
run: |
3740
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)