Skip to content

Remove Black due to conflicts with ruff; Add ruff action #3

Remove Black due to conflicts with ruff; Add ruff action

Remove Black due to conflicts with ruff; Add ruff action #3

Workflow file for this run

name: Ruff
# https://github.com/marketplace/actions/ruff-action
# https://docs.astral.sh/ruff/integrations/#github-actions
on:
push:
branches: ["main"]
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ruff-action
uses: astral-sh/ruff-action@v3.5.1