Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
a51b8b8102
commit
46ef491764
@ -15,14 +15,10 @@ jobs:
|
||||
go-version: 1.18
|
||||
- name: checkout
|
||||
uses: https://gitea.com/actions/checkout@v3
|
||||
- name: setup-node
|
||||
uses: https://gitea.com/actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- name: deps
|
||||
run: go get -v -d ./...
|
||||
- name: lint
|
||||
uses: https://github.com/golangci/golangci-lint-action@v3.4.0
|
||||
continue-on-error: true
|
||||
with:
|
||||
version: v1.30
|
||||
version: v1.52
|
||||
|
@ -9,10 +9,6 @@ jobs:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: setup-node
|
||||
uses: https://gitea.com/actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- name: checkout
|
||||
uses: https://gitea.com/actions/checkout@v3
|
||||
- name: setup-go
|
||||
|
Loading…
Reference in New Issue
Block a user