proper naming

This commit is contained in:
Alexander Baranov
2022-07-01 21:13:12 +06:00
parent 21410bda2c
commit 277071e0f7

View File

@@ -6,17 +6,16 @@ jobs:
prcheck:
name: PR sanity check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.18'
- name: Run vet & lint
- name: Run vet
run: |
go vet .
- name: golangci-lint
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest