Skip to content

adding premium note #122

adding premium note

adding premium note #122

Workflow file for this run

name: Validate YAMLs
on:
push:
branches:
- "*"
pull_request:
branches: [main]
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python 3.12
uses: actions/[email protected]
with:
python-version: 3.12
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python -
- name: Install dependencies with Poetry
run: poetry install
- name: Run YAML Checks
run: poetry run python bin/validate.py -v