Skip to content

fix(peewee): enable WAL journal mode for SQLite (#132) #196

fix(peewee): enable WAL journal mode for SQLite (#132)

fix(peewee): enable WAL journal mode for SQLite (#132) #196

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