|
|
@ -37,12 +37,12 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
path-to-profile: profile.cov |
|
|
|
path-to-profile: profile.cov |
|
|
|
|
|
|
|
|
|
|
|
golangci: |
|
|
|
golangci: |
|
|
|
name: lint |
|
|
|
name: lint |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: golangci-lint |
|
|
|
- name: golangci-lint |
|
|
|
uses: golangci/golangci-lint-action@v2 |
|
|
|
uses: golangci/golangci-lint-action@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
version: v1.31 |
|
|
|
version: v1.31 |
|
|
|