add act python
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m32s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m32s
This commit is contained in:
@@ -17,3 +17,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
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
0
.gitea/workflows/py.yaml
Normal file
Reference in New Issue
Block a user