theocorp_docker_compose/.gitea/workflows/example.yaml
geezo 0cf67d286a
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
workflow update
2025-04-19 21:30:05 +00:00

13 lines
310 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - name: Integration testing
# run: |
# cd glance
# docker compose up -d