Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis committed Mar 13, 2024
1 parent fbf3d38 commit 77bf9fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ jobs:
version: v1.56
working-directory: ${{ matrix.directory }}
only-new-issues: true
skip-cache: true
- name: golangci-lint on push
if: github.event_name == 'push' || github.event_name == 'merge_group'
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804
with:
version: v1.56
working-directory: ${{ matrix.directory }}
skip-cache: true
- name: Install softHSM
if: matrix.directory == '.'
run: |-
Expand Down

0 comments on commit 77bf9fc

Please sign in to comment.