Skip to content

Generate DB and keep it in repo #3

Generate DB and keep it in repo

Generate DB and keep it in repo #3

Workflow file for this run

name: Upsert SQLite DB with JSON API updates
on:
push:
workflow_dispatch:
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install rye
uses: eifinger/setup-rye@v2
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}
version: '0.33.0'
- name: Install dependencies
run: rye sync --no-lock
- uses: jorgebg/[email protected]
- name: Upsert data from Formula JSON API
run: rye run ingest-json-api formula .state/feed.db