We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0dc16 commit d3c122eCopy full SHA for d3c122e
README.md
@@ -1,9 +1,18 @@
1
# sort-problem-matcher
2
3
-This problem matcher lets you show errors from GNU `sort` as annotation in GitHub Actions.
+This problem matcher lets you show errors from GNU `sort -c` as annotation in
4
+GitHub Actions.
5
6
Based on korelstar's xmllint-problem-matcher.
7
8
+## Inputs
9
+
10
+No inputs are required.
11
12
+## Outputs
13
14
+No outputs are generated apart from a configured problem matcher.
15
16
## Usage
17
18
Add the step to your workflow, before `sort -c` is called.
action.yml
@@ -5,5 +5,5 @@ runs:
using: 'node12'
main: 'index.js'
branding:
- icon: 'check-square'
+ icon: 'search'
color: 'green'
0 commit comments