Feature: add delete function to delete entries in the database #5

Merged
WorldTeacher merged 2 commits from dev into main 2025-06-03 19:30:08 +01:00
Showing only changes of commit 4e0a19c973 - Show all commits

View File

@@ -21,10 +21,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
with:
fetch-depth: 0
fetch-tags: true
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python
run: uv python install
with:
python-version-file: "pyproject.toml"
- name: Set Git identity
run: |
git config user.name "Gitea CI"