fix: replace linting with GH action
This commit is contained in:
parent
76b61859da
commit
3a24b9e930
1 changed files with 7 additions and 2 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
|
@ -38,8 +38,13 @@ jobs:
|
|||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: go mod tidy
|
||||
|
||||
- name: Lint
|
||||
run: make lint
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v9
|
||||
with:
|
||||
version: v2.7
|
||||
|
||||
# - name: Lint
|
||||
# run: make lint
|
||||
|
||||
- name: Test
|
||||
run: make test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue