first commit
Some checks are pending
Test Gitea Runner / test-runner (push) Waiting to run

This commit is contained in:
Raven Scott
2025-01-31 19:18:35 -05:00
commit 3fc9485b4b
3 changed files with 24 additions and 0 deletions

16
.gitea/workflows/test.yml Normal file
View File

@ -0,0 +1,16 @@
name: Test Gitea Runner
on:
push:
branches:
- main
jobs:
test-runner:
runs-on: actions
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Run Test Script
run: |
chmod +x test.sh
./test.sh