fix(ci): remove github action dependency from gitea workflow
Some checks failed
CI / verify (push) Failing after 1s

This commit is contained in:
Your Name
2026-05-06 11:44:17 +08:00
parent 701d75ca38
commit 86603659f9

View File

@@ -11,14 +11,11 @@ jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Verify Go toolchain
run: |
go version
pwd
test -f go.mod
- name: Verify formatting
run: |