Skip to content

Commit

Permalink
Adding errorformat to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
salzmannsusan authored Aug 4, 2023
1 parent 147f70b commit 4a2d5f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ inputs:
description: "Tool name to use for reviewdog reporter."
required: false
default: "flake8"
error_format:
description: "Pre-defined error format [flake8, pep8]"
required: false
default: "flake8"
level:
description: "Report level for reviewdog [info, warning, error]."
required: false
Expand Down

0 comments on commit 4a2d5f0

Please sign in to comment.