Skip to content

Commit 77bf9fc

Browse files
committed
1 parent fbf3d38 commit 77bf9fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ jobs:
5757
version: v1.56
5858
working-directory: ${{ matrix.directory }}
5959
only-new-issues: true
60+
skip-cache: true
6061
- name: golangci-lint on push
6162
if: github.event_name == 'push' || github.event_name == 'merge_group'
6263
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804
6364
with:
6465
version: v1.56
6566
working-directory: ${{ matrix.directory }}
67+
skip-cache: true
6668
- name: Install softHSM
6769
if: matrix.directory == '.'
6870
run: |-

0 commit comments

Comments
 (0)