Skip to content

Formatted the PyGTK code in README.md as Ruff would. (#6) #18

Formatted the PyGTK code in README.md as Ruff would. (#6)

Formatted the PyGTK code in README.md as Ruff would. (#6) #18

Workflow file for this run

name: install
on: [push, workflow_dispatch]
jobs:
install:
name: install on ubuntu-22.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: pipx install hatch
- run: sudo apt install libgtk-3-dev
- run: hatch -vv env create dev