Skip to content

Add GitHub Action to run codespell and ruff #4

Add GitHub Action to run codespell and ruff

Add GitHub Action to run codespell and ruff #4

Workflow file for this run

name: lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
- uses: astral-sh/ruff-action@v3