Skip to content

Trinket will be shutting down in early August 2026. After this date, … #522

Trinket will be shutting down in early August 2026. After this date, …

Trinket will be shutting down in early August 2026. After this date, … #522

Workflow file for this run

name: ci
on:
push:
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- run: pipx run codespell
ruff_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- run: pipx run ruff check --output-format=github