Skip to content

Commit

Permalink
ci(xmllint-action): update to 1.2.1 to prevent mtab error
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Oct 30, 2023
1 parent eff14f2 commit 7c14101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Download schema
run: wget https://apps.nextcloud.com/schema/apps/info.xsd
- name: Lint info.xml
uses: ChristophWurst/xmllint-action@v1
uses: ChristophWurst/xmllint-action@v1.2.1
with:
xml-file: ./appinfo/info.xml
xml-schema-file: ./info.xsd
Expand Down

0 comments on commit 7c14101

Please sign in to comment.