chore: comment golangci-lint
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m43s

This commit is contained in:
Zpekii
2026-01-25 17:56:57 +08:00
parent 876b4ed497
commit 76a838ef4f

View File

@@ -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 }}