From 39b4105cee139ba9812eaa766181cc468a8532ea Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sun, 17 Mar 2024 17:50:52 +0100 Subject: [PATCH] actions --- .gitea/workflows/validate_schema.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitea/workflows/validate_schema.yml diff --git a/.gitea/workflows/validate_schema.yml b/.gitea/workflows/validate_schema.yml new file mode 100644 index 0000000..4705e04 --- /dev/null +++ b/.gitea/workflows/validate_schema.yml @@ -0,0 +1,20 @@ +name: Validate Schema + +on: + push: + branches: + - main + +jobs: + run-script: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Validation + uses: docker://git.hydrar.de/mdtools/mdtools:latest + run: | + cd /gitea/workspace + bash scripts/validate_schema.json