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:
@@ -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
|
||||
Reference in New Issue
Block a user