fix indentation

This commit is contained in:
Dean Karn 2020-10-17 12:06:54 -07:00
parent 793791d72b
commit 96d7f70a71

View file

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