Skip to content

Fix error in platforms schema #2

Fix error in platforms schema

Fix error in platforms schema #2

Workflow file for this run

name: Validate YAML
on: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: navikt/yaml-validator@v4
with:
schema_path: schema.yaml
document_path: campaigns/
validate_file_extension: 'no' # optional, defaults shown, enum of ['yes', 'no']
filter_extensions: '.yaml'