Skip to content

Align website score with trend and split supported ops column #96

Align website score with trend and split supported ops column

Align website score with trend and split supported ops column #96

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: pip install ruff
- run: ruff check test website-generator backends
- run: ruff format --check test website-generator backends