Skip to content

updated countries and phrases are now data (lists of tuples and plain… #477

updated countries and phrases are now data (lists of tuples and plain…

updated countries and phrases are now data (lists of tuples and plain… #477

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@v6
- run: pipx run codespell
ruff_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: pipx run ruff check --output-format=github