diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 60bde928d..33e14f524 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -72,6 +72,11 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Cache golangci-lint + uses: actions/cache@v4 + with: + path: .tmp/golangci-lint-* + key: golangci-lint-${{ runner.os }}-${{ hashFiles('Makefile') }} - name: Lint run: make lint - name: Test