Skip to content

feat: wire fast-plaid as the plaid optional dependency (#335) #1113

feat: wire fast-plaid as the plaid optional dependency (#335)

feat: wire fast-plaid as the plaid optional dependency (#335) #1113

Workflow file for this run

name: Ruff
on:
push:
branches:
- main
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
- run: ruff check --fix
- run: ruff format --check