Skip to content

Bump actions/setup-python from 4.5.0 to 5.2.0 #66

Bump actions/setup-python from 4.5.0 to 5.2.0

Bump actions/setup-python from 4.5.0 to 5.2.0 #66

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