Skip to content

ci: add support for ruff format and linting #2

ci: add support for ruff format and linting

ci: add support for ruff format and linting #2

Workflow file for this run

name: Ruff
on:
pull_request:
jobs:
format:
name: Format
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2
with:
args: "format --check"
check:
name: Check
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2