Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: ESLint
on:
workflow_call:
inputs:
fail-on-error:
fail-level:
description: Should reviewdog fail when errors are found
required: false
default: true
type: boolean
default: error
type: string
jobs:
eslint:
name: Review Dog - ESLint
Expand All @@ -24,4 +24,4 @@ jobs:
- name: Review Dog - eslint
uses: reviewdog/action-eslint@9b5b0150e399e1f007ee3c27bc156549810a64e3 # v1
with:
fail_on_error: ${{inputs.fail-on-error}}
fail_level: ${{inputs.fail-level}}
Loading
Loading