Skip to content

typing: Add gi.events #34

typing: Add gi.events

typing: Add gi.events #34

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: isort/isort-action@v1
- uses: astral-sh/ruff-action@v3
- run: ruff format