Skip to content

Commit 7e8e40b

Browse files
authored
fix: update output to include "errors" (#2327)
1 parent 6387b34 commit 7e8e40b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ outputs:
124124
number_of_files_with_issues:
125125
description: |
126126
The number of files that had issues.
127+
errors:
128+
description: |
129+
The number of errors found. This is the number issues found or configuration errors.
127130
files_with_issues:
128131
description: |
129132
List of files with issues. Use `fromJSON()` to decode.

action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ outputs:
7979
number_of_files_with_issues:
8080
description: |
8181
The number of files that had issues.
82+
errors:
83+
description: |
84+
The number of errors found. This is the number issues found or configuration errors.
8285
files_with_issues:
8386
description: |
8487
List of files with issues. Use `fromJSON()` to decode.

0 commit comments

Comments
 (0)