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 e7b8dee commit b8b3e0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4
- name: Download schema
run: wget http://josm.openstreetmap.de/tagging-preset-1.0
- name: Lint russian_shops.xml
- 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
Expand Down

0 comments on commit b8b3e0f

Please sign in to comment.