add act python
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m32s

This commit is contained in:
Neuf
2025-09-23 02:13:06 +05:00
parent 96b546de49
commit 2435505c3f
2 changed files with 6 additions and 1 deletions

View File

@@ -16,4 +16,9 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'
- run: python Module16/02_movie/main.py

0
.gitea/workflows/py.yaml Normal file
View File