woodpecker ci
This commit is contained in:
parent
c063dcd650
commit
686440f307
2 changed files with 9 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
name: Validate Schema
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Validation
|
||||
uses: docker://git.hydrar.de/mdtools/mdtools:latest
|
||||
with:
|
||||
entrypoint: /bin/bash
|
||||
args: scripts/validate_schema.sh
|
9
.woodpecker/validate_schema.yml
Normal file
9
.woodpecker/validate_schema.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: "Validate Schema"
|
||||
image: git.hydrar.de/mdtools/mdtools:latest
|
||||
commands:
|
||||
- /bin/bash scripts/validate_schema.sh
|
Loading…
Add table
Reference in a new issue