Skip to content

build(deps): fix building with peewee 4 #197

build(deps): fix building with peewee 4

build(deps): fix building with peewee 4 #197

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: jpetrucciani/ruff-check@main