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
|
- name: Check go version
|
||||||
run: |
|
run: |
|
||||||
go version
|
go version
|
||||||
- name: Run golangci-lint
|
# - name: Run golangci-lint
|
||||||
run: |
|
# run: |
|
||||||
cd ${{ gitea.workspace }}
|
# cd ${{ gitea.workspace }}
|
||||||
golangci-lint run ./...
|
# golangci-lint run ./...
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
|
|||||||
Reference in New Issue
Block a user