Skip to content

Commit

Permalink
Relax version number of xmllint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
falko committed Dec 12, 2024
1 parent 6c610bc commit 686c762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: korelstar/xmllint-problem-matcher@v1
- name: Validate example.bpmn using BPMN20.xsd
id: xmllint
uses: ChristophWurst/xmllint-action@v1.2
uses: ChristophWurst/xmllint-action@v1
with:
xml-file: example.bpmn
xml-schema-file: BPMN/BPMN20.xsd

0 comments on commit 686c762

Please sign in to comment.