Skip to content

Upgrade alpine from 3.19 to 3.20 #87

Upgrade alpine from 3.19 to 3.20

Upgrade alpine from 3.19 to 3.20 #87

Workflow file for this run

name: Validate XML files
on:
push:
pull_request:
permissions:
contents: read
jobs:
Validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install xmllint
run: sudo apt-get -y --no-install-recommends install libxml2-utils
- name: Check
run: make validate