Skip to content

Commit

Permalink
Fix Continuous Integration Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Nov 28, 2024
1 parent 2b34a42 commit 86f4621
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
cache-dependency-path: go.sum

- name: Lint
run: |
make lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2

- name: Test
run: |
Expand Down

0 comments on commit 86f4621

Please sign in to comment.