Skip to content

Fix use of regex in yamale schema (#830) #573

Fix use of regex in yamale schema (#830)

Fix use of regex in yamale schema (#830) #573

---
name: Validate configuration
"on":
push:
paths:
- .github/workflows/validate-configuration.yml
- etc/images/*.yml
- etc/schema.yaml
branches:
- main
pull_request:
paths:
- .github/workflows/validate-configuration.yml
- etc/images/*.yml
- etc/schema.yaml
jobs:
validate-configuration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip3 install tox
- run: tox -- --check-only
env:
OS_CLIENT_CONFIG_FILE: .github/clouds.yml