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 d265c08 commit f29266dCopy full SHA for f29266d
README.md
@@ -3,7 +3,8 @@
3
This problem matcher lets you show errors from GNU `sort` as annotation in
4
GitHub Actions.
5
6
-Based on [korelstar](https://github.com/korelstar)'s [xmllint-problem-matcher](https://github.com/korelstar/xmllint-problem-matcher).
+Based on [korelstar](https://github.com/korelstar)'s
7
+[xmllint-problem-matcher](https://github.com/korelstar/xmllint-problem-matcher).
8
9
## Inputs
10
@@ -18,5 +19,5 @@ No outputs are generated apart from a configured problem matcher.
18
19
Add the step to your workflow, before `sort -c` is called.
20
21
```yaml
- - uses: codespell-project/sort-problem-matcher@v1
22
+ - uses: codespell-project/sort-problem-matcher@v1
23
```
0 commit comments