2024-03-17 16:50:52 +00:00
|
|
|
name: Validate Schema
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
|
|
|
|
jobs:
|
2024-03-17 17:07:07 +00:00
|
|
|
validate:
|
2024-03-17 16:50:52 +00:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Checkout repository
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
|
|
- name: Validation
|
|
|
|
uses: docker://git.hydrar.de/mdtools/mdtools:latest
|
2024-03-17 16:57:01 +00:00
|
|
|
with:
|
|
|
|
entrypoint: /bin/bash
|
2024-03-17 17:04:22 +00:00
|
|
|
args: scripts/validate_schema.sh
|