actions test
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run Details

This commit is contained in:
Kseninia Mikhaylova 2024-04-27 09:57:09 +03:00
parent d89b06bf0b
commit 834ad93270
1 changed files with 9 additions and 0 deletions

View File

@ -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