Skip to content

Commit f1bd8e0

Browse files
authored
fix: add missing steps
1 parent 9694514 commit f1bd8e0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/self-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
lint:
66
runs-on: macos-latest
77

8-
name: 'Running XSLTLint on itself'
9-
run: xsltproc --xinclude XSLTLint.xslt XSLTLint.xslt
8+
steps:
9+
- name: Running XSLTLint on itself
10+
run: xsltproc --xinclude XSLTLint.xslt XSLTLint.xslt
1011

0 commit comments

Comments
 (0)