unreal-chat/.forgejo/workflows/demo.yaml
Juan Sebastian Montoya 2eb86d5d0d
All checks were successful
/ test (push) Successful in 17s
chore: add GitHub Actions workflow for testing
- Created a new demo.yaml file for GitHub Actions to run a basic test job
- Configured the workflow to execute a simple echo command on push events
2025-04-10 16:06:49 -05:00

6 lines
83 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good