Skip to content

Update inexplicably-absent.yaml #37

Update inexplicably-absent.yaml

Update inexplicably-absent.yaml #37

Workflow file for this run

---
name: Validate YML
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
generate_outputs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2.7.1
with:
comment: True
# yaml_schema: schemas/schema.yml # Does not support root level checking.
# TODO: nest dictionaries one deep.
base_dir: dic