Skip to content

Update md.py; add link to Pandoc and change All processor names #318

Update md.py; add link to Pandoc and change All processor names

Update md.py; add link to Pandoc and change All processor names #318

Workflow file for this run

name: Validation
on:
push:
branches-ignore: [ main ]
workflow_dispatch:
jobs:
validate_index:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Validate YAML
uses: cardinalby/schema-validator-action@v1
with:
file: 'index/heidegger-index.yml'
schema: 'validation/schema.yml'