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