Skip to content

Fix: Unicode lower-casing does not preserve length #54

Fix: Unicode lower-casing does not preserve length

Fix: Unicode lower-casing does not preserve length #54

Workflow file for this run

name: Ruff
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run Ruff
uses: astral-sh/ruff-action@v3
with:
version: latest
args: "check"
src: "."