Skip to content

Commit d3c122e

Browse files
committed
Minor documentation tweaks
1 parent de0dc16 commit d3c122e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# sort-problem-matcher
22

3-
This problem matcher lets you show errors from GNU `sort` as annotation in GitHub Actions.
3+
This problem matcher lets you show errors from GNU `sort -c` as annotation in
4+
GitHub Actions.
45

56
Based on korelstar's xmllint-problem-matcher.
67

8+
## Inputs
9+
10+
No inputs are required.
11+
12+
## Outputs
13+
14+
No outputs are generated apart from a configured problem matcher.
15+
716
## Usage
817

918
Add the step to your workflow, before `sort -c` is called.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ runs:
55
using: 'node12'
66
main: 'index.js'
77
branding:
8-
icon: 'check-square'
8+
icon: 'search'
99
color: 'green'

0 commit comments

Comments
 (0)