Skip to content

Commit

Permalink
Merge pull request #22 from robgonnella/fix-linting-ci-jobs
Browse files Browse the repository at this point in the history
Fix linting CI jobs
  • Loading branch information
robgonnella authored Dec 27, 2023
2 parents 27a8c3d + 868e1d5 commit adf94dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
skip-pkg-cache: true

- name: Run Test
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
skip-pkg-cache: true

- name: Test
run: make test

0 comments on commit adf94dc

Please sign in to comment.