Skip to content

feat: Add initial SQLite database schema for documents #61

feat: Add initial SQLite database schema for documents

feat: Add initial SQLite database schema for documents #61

Workflow file for this run

name: Flake8 Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.13.2'
- name: Install dependencies
run: |
pip install flake8
- name: Run Flake8
run: flake8 .