Skip to content

Commit

Permalink
ci: Setup go in golangci-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Mar 22, 2021
1 parent 7a805c0 commit e7e091b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/golangci-lint.yml
Expand Up @@ -12,6 +12,9 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2

- uses: actions/checkout@v2

- name: golangci-lint
Expand Down

0 comments on commit e7e091b

Please sign in to comment.