[v4] update ci (#150)

* update ci

* added commit hash check to avoid unnecessary repository cloning
This commit is contained in:
2025-05-05 21:19:19 +05:00
committed by GitHub
parent 53c862bd80
commit 804eb086b3
4 changed files with 63 additions and 23 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