Skip to content

Add default data sources with configurations and enforce SQLite forei… #8

Add default data sources with configurations and enforce SQLite forei…

Add default data sources with configurations and enforce SQLite forei… #8

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install ruff
run: pip install ruff
- name: Run Ruff
run: ruff check .