diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml new file mode 100644 index 0000000..36be7aa --- /dev/null +++ b/.gitea/workflows/action.yaml @@ -0,0 +1,8 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: [push] + +jobs: + health-chek: + steps: + - run: echo "Hello World!" \ No newline at end of file