Add CI #4

Merged
creekorful merged 8 commits from ci into main 2025-02-19 09:06:34 +01:00
Showing only changes of commit 1e641d74a8 - Show all commits

View file

@ -0,0 +1,15 @@
name: CI
on: [ push ]
jobs:
ci:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
- run: pip install -r requirements.txt