Skip to content

Commit a223215

Browse files
committed
GH Actions: ensure all steps have a name
1 parent d05b3ca commit a223215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
4242
# Show violations inline in the file diff.
4343
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
44-
- uses: korelstar/xmllint-problem-matcher@v1
44+
- name: Enable showing XML issues inline
45+
uses: korelstar/xmllint-problem-matcher@v1
4546

4647
# Validate the xml file.
4748
# @link http://xmlsoft.org/xmllint.html

0 commit comments

Comments
 (0)