Skip to content

Commit 277071e

Browse files
author
Alexander Baranov
committed
proper naming
1 parent 21410bd commit 277071e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ jobs:
66
prcheck:
77
name: PR sanity check
88
runs-on: ubuntu-latest
9-
109
steps:
1110
- uses: actions/checkout@v2
1211
- name: Setup Go
1312
uses: actions/setup-go@v2
1413
with:
1514
go-version: '1.18'
16-
- name: Run vet & lint
15+
- name: Run vet
1716
run: |
1817
go vet .
19-
- name: golangci-lint
18+
- name: Run golangci-lint
2019
uses: golangci/golangci-lint-action@v3
2120
with:
2221
version: latest

0 commit comments

Comments
 (0)