Skip to content

alpha-ctsm5.4.CMIP7.02.ctsm5.3.055: Update default settings #33

alpha-ctsm5.4.CMIP7.02.ctsm5.3.055: Update default settings

alpha-ctsm5.4.CMIP7.02.ctsm5.3.055: Update default settings #33

Workflow file for this run

name: Check that XML files are well-formed
# Only check files in our repo that AREN'T in submodules
# Use a Python command to check each file because xmllint isn't available on GH runners
on: [push, pull_request] # Trigger on push or pull request
jobs:
check-xml:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Check XML files
run: python .github/workflows/validate_xml.py