actions test
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run
Details
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run
Details
This commit is contained in:
parent
d89b06bf0b
commit
834ad93270
|
@ -0,0 +1,9 @@
|
|||
name: Gitea Actions Requirements
|
||||
run-name: ${{ gitea.actor }} poetry? make requirements!
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: poetry export -f requirements.txt --output back/requirements.txt
|
Loading…
Reference in New Issue