Skip to content

Clean up setup and add GitHub workflows (#31) #1

Clean up setup and add GitHub workflows (#31)

Clean up setup and add GitHub workflows (#31) #1

Workflow file for this run

name: lint-ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1