We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf3d38 commit 77bf9fcCopy full SHA for 77bf9fc
.github/workflows/checks.yaml
@@ -57,12 +57,14 @@ jobs:
57
version: v1.56
58
working-directory: ${{ matrix.directory }}
59
only-new-issues: true
60
+ skip-cache: true
61
- name: golangci-lint on push
62
if: github.event_name == 'push' || github.event_name == 'merge_group'
63
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804
64
with:
65
66
67
68
- name: Install softHSM
69
if: matrix.directory == '.'
70
run: |-
0 commit comments