[CI] Fail linting step on errors (#1307)
parent
3c861922a6
commit
8dfe5c7d70
|
@ -27,7 +27,7 @@ env:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- label: ":service_dog: Linting"
|
- label: ":service_dog: Linting"
|
||||||
command: "reviewdog -reporter=github-check"
|
command: "reviewdog -reporter=github-check -fail-on-error"
|
||||||
retry:
|
retry:
|
||||||
automatic: true
|
automatic: true
|
||||||
if: build.branch !~ /^(v[0-9]+\.[0-9]+\.[0-9]+)$\$/
|
if: build.branch !~ /^(v[0-9]+\.[0-9]+\.[0-9]+)$\$/
|
||||||
|
|
Loading…
Reference in New Issue