Skip to content

Commit

Permalink
ci: add cache for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmetzner committed Dec 17, 2024
1 parent 4a4318d commit 8a4933e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
python-version: 3.x

- uses: actions/cache@v4
with:
path: ~/.cache/golangci-lint
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

- uses: pre-commit/action@v3.0.1

test:
Expand Down

0 comments on commit 8a4933e

Please sign in to comment.