Skip to content

Commit a1b963f

Browse files
committed
GH Actions/basics: ensure all steps have a name.
1 parent 0eeab2f commit a1b963f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/basics.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
6363
# Show XML violations inline in the file diff.
6464
# @link https://github.com/marketplace/actions/xmllint-problem-matcher
65-
- uses: korelstar/xmllint-problem-matcher@v1
65+
- name: Enable showing XML issues inline
66+
uses: korelstar/xmllint-problem-matcher@v1
6667

6768
# Validate the Ruleset XML file.
6869
# @link http://xmlsoft.org/xmllint.html

0 commit comments

Comments
 (0)