Skip to content

Commit f29266d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d265c08 commit f29266d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
This problem matcher lets you show errors from GNU `sort` as annotation in
44
GitHub Actions.
55

6-
Based on [korelstar](https://github.com/korelstar)'s [xmllint-problem-matcher](https://github.com/korelstar/xmllint-problem-matcher).
6+
Based on [korelstar](https://github.com/korelstar)'s
7+
[xmllint-problem-matcher](https://github.com/korelstar/xmllint-problem-matcher).
78

89
## Inputs
910

@@ -18,5 +19,5 @@ No outputs are generated apart from a configured problem matcher.
1819
Add the step to your workflow, before `sort -c` is called.
1920

2021
```yaml
21-
- uses: codespell-project/sort-problem-matcher@v1
22+
- uses: codespell-project/sort-problem-matcher@v1
2223
```

0 commit comments

Comments
 (0)