Add winter 2025 mappings #72
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate XML | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize, edited] | |
branches: ['master'] | |
workflow_dispatch: | |
jobs: | |
validate-xml: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Validate XML | |
run: | | |
sudo apt-get update | |
sudo apt-get install libxml2-utils | |
xmllint --noout --format anime-list-master.xml anime-movieset-list.xml |