Skip to content

Bump actions/checkout from 5.0.0 to 5.0.1 #44

Bump actions/checkout from 5.0.0 to 5.0.1

Bump actions/checkout from 5.0.0 to 5.0.1 #44

Workflow file for this run

name: Lint pushes + PRs
on: [push, pull_request]
permissions:
contents: read
jobs:
python-lint:
name: Python lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/[email protected]
- name: Run Ruff
uses: astral-sh/[email protected]
yaml-lint:
name: YAML lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/[email protected]
- name: Install yamllint
run: pip install yamllint
- name: Run yamllint
run: yamllint . -c .yamllint-config.yaml