Skip to content

Bump toga from 0.4.2 to 0.4.5 #844

Bump toga from 0.4.2 to 0.4.5

Bump toga from 0.4.2 to 0.4.5 #844

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
checks:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/[email protected]
with:
python-version: '3.8'
- name: Install
run: |
python -m pip install -U pip
python -m pip install -U .[dev]
- name: black
run: black . --check --diff
- name: flake8
run: flake8 .