Add CI #4
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/ci.yaml
Normal file
15
.forgejo/workflows/ci.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue