Skip to content

Add formatters and linters to the CI and fix the fallout #2

Add formatters and linters to the CI and fix the fallout

Add formatters and linters to the CI and fix the fallout #2

Workflow file for this run

name: ruff
on: [push, pull_request]
jobs:
codespell:
name: Format and lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make qa