10 lines
184 B
YAML
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
|