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:
|
verify:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Verify Go toolchain
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
go version
|
||||||
- name: Setup Go
|
pwd
|
||||||
uses: actions/setup-go@v5
|
test -f go.mod
|
||||||
with:
|
|
||||||
go-version-file: go.mod
|
|
||||||
cache: true
|
|
||||||
|
|
||||||
- name: Verify formatting
|
- name: Verify formatting
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user