chore: comment golangci-lint
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m43s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m43s
This commit is contained in:
@@ -30,10 +30,10 @@ jobs:
|
||||
- name: Check go version
|
||||
run: |
|
||||
go version
|
||||
- name: Run golangci-lint
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
golangci-lint run ./...
|
||||
# - name: Run golangci-lint
|
||||
# run: |
|
||||
# cd ${{ gitea.workspace }}
|
||||
# golangci-lint run ./...
|
||||
- name: Tests
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
|
||||
Reference in New Issue
Block a user