xking 8f791636b1
All checks were successful
Gitea Actions Demo / python (push) Successful in 25s
test
2024-10-12 18:17:23 +08:00

10 lines
184 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
python:
runs-on: python-latest
steps:
- run: python --version