Skip to content

Commit ea2b81b

Browse files
authored
fix: path for XSLTLint execution in workflow
1 parent f1bd8e0 commit ea2b81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/self-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77

88
steps:
99
- name: Running XSLTLint on itself
10-
run: xsltproc --xinclude XSLTLint.xslt XSLTLint.xslt
10+
run: xsltproc --xinclude ../XSLTLint.xslt ../XSLTLint.xslt
1111

0 commit comments

Comments
 (0)