Skip to content

Commit

Permalink
Merge pull request #11 from k1LoW/use-govet
Browse files Browse the repository at this point in the history
Use -f=govet
  • Loading branch information
k1LoW authored Mar 21, 2024
2 parents 8919f04 + c9d1e57 commit 4c7e072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ runs:
id: pipe
if: inputs.use-reviewdog != 'false'
run: |
echo 'PIPE=|& reviewdog -name=${{ inputs.reviewdog-tool-name }} -f=golint -filter-mode="${{ inputs.reviewdog-filter-mode }}" --reporter=${{ inputs.reviewdog-reporter }} --tee' >> "$GITHUB_OUTPUT"
echo 'PIPE=|& reviewdog -name=${{ inputs.reviewdog-tool-name }} -f=govet -filter-mode="${{ inputs.reviewdog-filter-mode }}" --reporter=${{ inputs.reviewdog-reporter }} --tee' >> "$GITHUB_OUTPUT"
shell: bash
- name: Set fail-on-error
id: failonerror
Expand Down

0 comments on commit 4c7e072

Please sign in to comment.