Skip to content

Replaced archived chartboost/ruff-action w/ official astral-sh/ruff-a… #38

Replaced archived chartboost/ruff-action w/ official astral-sh/ruff-a…

Replaced archived chartboost/ruff-action w/ official astral-sh/ruff-a… #38

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/checkout@v5
- name: Run Ruff
uses: astral-sh/[email protected]
yaml-lint:
name: YAML lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v5
- name: Install yamllint
run: pip install yamllint
- name: Run yamllint
run: yamllint . -c .yamllint-config.yaml