second attemp
All checks were successful
CI Test / test (push) Successful in 2s

This commit is contained in:
Grae Jones
2026-03-17 16:12:34 -07:00
parent 65672c8716
commit 07a7489bfc
3 changed files with 0 additions and 1 deletions

16
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,16 @@
name: CI Test
on:
push:
branches:
- master
jobs:
test:
runs-on: host
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Say hello
run: echo "CI runner is working!"