Skip to content

Simplify type checking in sort_collections() Closes https://github.com/StackGuardian/tirith/issues/185 #427

Simplify type checking in sort_collections() Closes https://github.com/StackGuardian/tirith/issues/185

Simplify type checking in sort_collections() Closes https://github.com/StackGuardian/tirith/issues/185 #427

Workflow file for this run

name: Linting
on:
push:
pull_request:
jobs:
black:
runs-on: ubuntu-latest
name: Black linting
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check"
src: "."