Skip to content

Commit c6a89e8

Browse files
chore: Add ~/.cache/golangci-lint to actions/cache
1 parent a12b8d7 commit c6a89e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
1717
with:
1818
path: |
19+
~/.cache/golangci-lint
1920
bin/golangci-lint
2021
bin/custom-gcl
2122
key: ${{ runner.os }}-${{ runner.arch }}-tools-${{ hashFiles('.custom-gcl.yml', 'tools/**/go.mod', 'tools/**/go.sum', 'tools/**/*.go') }}

0 commit comments

Comments
 (0)