Skip to content

Commit

Permalink
workflows/main: fix lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Aug 12, 2020
1 parent c175600 commit e6fb651
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
GOFLAGS: -mod=readonly

lint:
- uses: actions/checkout@v2.3.1
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1

- uses: golangci/golangci-lint-action@v2.2.0
- uses: golangci/golangci-lint-action@v2.2.0

0 comments on commit e6fb651

Please sign in to comment.