actions
This commit is contained in:
parent
e1e4bbe2c3
commit
39b4105cee
1 changed files with 20 additions and 0 deletions
20
.gitea/workflows/validate_schema.yml
Normal file
20
.gitea/workflows/validate_schema.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue