fix indentation

gh-actions
Dean Karn 4 years ago
parent 793791d72b
commit 96d7f70a71
  1. 18
      .github/workflows/workflow.yml

@ -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

Loading…
Cancel
Save