Skip to content

Add workflows for ingesting APIs and generating RSS #1

Add workflows for ingesting APIs and generating RSS

Add workflows for ingesting APIs and generating RSS #1

Workflow file for this run

name: Upsert SQLite DB with JSON API updates

Check failure on line 1 in .github/workflows/ingest-json-api.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ingest-json-api.yml

Invalid workflow file

`workflow-dispatch` is not a valid event name
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