Skip to content

Bump the prod-dependencies group across 2 directories with 1 update #40

Bump the prod-dependencies group across 2 directories with 1 update

Bump the prod-dependencies group across 2 directories with 1 update #40

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