Update workflows for ingestor, sinatra, and frontend (#295)

This commit is contained in:
l5y
2025-10-12 09:36:02 +02:00
committed by GitHub
parent e328a20929
commit 9e939194ba
5 changed files with 19 additions and 17 deletions

View File

@@ -10,12 +10,12 @@ permissions:
contents: read
jobs:
test:
ingestor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python 3.13
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install dependencies