Skip to content

Commit

Permalink
fix: linter on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed May 4, 2022
1 parent 575997b commit ba32216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Lint go code (golangci-lint)
uses: golangci/golangci-lint-action@v3
if: steps.changed-go-files.outputs.any-changed == 'true'
if: steps.changed-go-files.outputs.any_changed == 'true'
with:
version: v1.45

Expand Down

0 comments on commit ba32216

Please sign in to comment.