Skip to content

Commit

Permalink
Merge branch 'master' into modernise-ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jul 13, 2023
2 parents 1e1e0aa + d22150b commit 7abc5d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go${{ matrix.go-version }}-${{ hashFiles('**/go.mod') }}-${{ hashFiles('**/go.sum') }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 7abc5d8

Please sign in to comment.