proper naming
This commit is contained in:
5
.github/workflows/pr.yml
vendored
5
.github/workflows/pr.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user