Skip to content

Use same database with readonly mode ๐Ÿ—œ๏ธ #121

Use same database with readonly mode ๐Ÿ—œ๏ธ

Use same database with readonly mode ๐Ÿ—œ๏ธ #121

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: ". --check"