parent
393d8c6f67
commit
1e641d74a8
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