Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYadro authored Jan 28, 2024
1 parent c88abe6 commit 2785d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download schema
run: wget http://josm.openstreetmap.de/tagging-preset-1.0
run: wget -O tagging-preset.xsd http://josm.openstreetmap.de/tagging-preset-1.0
- name: Enable annotations for validation errors and warnings
uses: korelstar/xmllint-problem-matcher@v1
- name: Validate russian_shops.xml using XML schema tagging-preset.xsd
uses: ChristophWurst/xmllint-action@v1
with:
xml-file: ./russian_shops.xml
xml-schema-file: ./appinfo/tagging-preset.xsd
xml-schema-file: ./tagging-preset.xsd

0 comments on commit 2785d13

Please sign in to comment.