Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/kkumar-gcc/#271' into kkumar-gcc…
Browse files Browse the repository at this point in the history
…/#271
  • Loading branch information
kkumar-gcc committed Dec 15, 2023
2 parents 9dcc77e + a7ddfdb commit 61ab752
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
with:
go-version: 'stable'
cache: false
- name: go mod pakcage cache
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('go.mod') }}
- name: Install dependencies
run: go mod tidy
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 61ab752

Please sign in to comment.