-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Hi,
My github action yml is simple:
name: reviewdog
on: [push, pull_request]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
fail_on_error: true
In Github actions I see the result:
But test looks as passed - it's green
I need to notify user that linter catch the error and commit is bad.
How can I make it Red?
Metadata
Metadata
Assignees
Labels
No labels
