Skip to content

Commit

Permalink
Update lint cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanchajanya committed Sep 29, 2023
1 parent 8a05a82 commit 135d52f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Cache linting
uses: actions/cache@v3
with:
path: ${{ runner.temp }}/lint_cache
key: ${{ runner.os }}-lint-cache-3

- name: Run lint checks
env:
GOLANGCI_LINT_CACHE: ${{ runner.temp }}/lint_cache
run: |
make lint

0 comments on commit 135d52f

Please sign in to comment.