We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
steps
1 parent 9694514 commit f1bd8e0Copy full SHA for f1bd8e0
1 file changed
.github/workflows/self-test.yml
@@ -5,6 +5,7 @@ jobs:
5
lint:
6
runs-on: macos-latest
7
8
- name: 'Running XSLTLint on itself'
9
- run: xsltproc --xinclude XSLTLint.xslt XSLTLint.xslt
+ steps:
+ - name: Running XSLTLint on itself
10
+ run: xsltproc --xinclude XSLTLint.xslt XSLTLint.xslt
11
0 commit comments