Skip to content

Commit

Permalink
Added Go setup to the lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Imanski-Kasprowicz committed Apr 18, 2023
1 parent 46ae9b1 commit 3043083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
name: Run golangci-lint on PR
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Checkout code
uses: actions/checkout@v2
- name: Run golangci-lint
Expand Down

0 comments on commit 3043083

Please sign in to comment.