Skip to content

chore: add spell-checker (#128) #111

chore: add spell-checker (#128)

chore: add spell-checker (#128) #111

Workflow file for this run

name: CI
on:
push:
branches: [main]
concurrency:
group: ci-${{ github.head_ref }}
cancel-in-progress: true
env:
PYTHONUNBUFFERED: 1
FORCE_COLOR: 1
CLICOLOR_FORCE: 1
permissions:
contents: read
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit