[v4] update ci (#164)
All checks were successful
coverage / build (push) Successful in 6m27s
sync / sync (push) Successful in 10m7s
test / test (push) Successful in 15m15s

* update ci

* update ci

* added commit hash check to avoid unnecessary repository cloning
This commit is contained in:
2025-05-05 21:24:55 +05:00
committed by GitHub
parent b7f2d44c6f
commit 05740fa208
6 changed files with 68 additions and 90 deletions

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache-dependency-path: "**/*.sum"
go-version: 'stable'
go-version: 'stable'
- name: setup deps
run: go get -v ./...
- name: run lint