mirror of
https://github.com/Fishwaldo/validator.git
synced 2025-03-15 11:41:32 +00:00
fix indentation
This commit is contained in:
parent
793791d72b
commit
96d7f70a71
1 changed files with 9 additions and 9 deletions
18
.github/workflows/workflow.yml
vendored
18
.github/workflows/workflow.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue