Skip to content

Commit

Permalink
update Pull Request Linter Check
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Apr 18, 2024
1 parent 72d7b33 commit 848978f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/pr-linter-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ jobs:
steps:

- name: Check out the code
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: false

- name: Linter check
run: make lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.57.2
args: --verbose

0 comments on commit 848978f

Please sign in to comment.