Skip to content

Commit

Permalink
feat:add line lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hunjixin committed Nov 29, 2023
1 parent a13edee commit 9e8bf04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/basic_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
run: |
make build
- name: end-of-file-check
uses: njgibbon/fend@main

- name: Lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -d -b $(go env GOPATH)/bin v1.55.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: basic-check
name: test

on:
push:
Expand Down

0 comments on commit 9e8bf04

Please sign in to comment.