Compare commits
2 commits
35fa903135
...
3f43b63981
Author | SHA1 | Date | |
---|---|---|---|
3f43b63981 | |||
9186ac89bd |
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/deploy.yml
Normal file
10
.forgejo/workflows/deploy.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.11'
|
||||||
|
|
Loading…
Reference in a new issue