fix(ci): remove github action dependency from gitea workflow
Some checks failed
CI / verify (push) Failing after 1s
Some checks failed
CI / verify (push) Failing after 1s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user