Skip to content

Automatic changelog update #79

Automatic changelog update

Automatic changelog update #79

Workflow file for this run

name: YAML schema validator
on: [pull_request, push]
jobs:
yaml-schema-validation:
if: github.actor != 'PJBot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Submodule
run: git submodule update --init
- name: Pull engine updates
uses: space-wizards/[email protected]
- uses: PaulRitter/yaml-schema-validator@v1
with:
schema: RobustToolbox/Schemas/rga.yml
path_pattern: .*attributions.ya?ml$
validators_path: RobustToolbox/Schemas/rga_validators.py
validators_requirements: RobustToolbox/Schemas/rga_requirements.txt