Přidat „.gitea/workflows/build.yml“
All checks were successful
Explore-Gitea-Actions

This commit is contained in:
Radim Lipovčan 2023-04-01 15:52:53 +02:00
parent 70877ec1da
commit 204d60969d

View File

@ -0,0 +1,14 @@
name: Gitea Actions Demo
run-name: Testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a push event."
- run: echo "💡 The gitea-runner-example repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls
- run: echo "🍏 This job's status is complete."