testing actions

This commit is contained in:
Cody Gibbs
2026-03-27 13:19:16 -04:00
parent d741a30495
commit 0373f323e6

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

@@ -0,0 +1,11 @@
name: test
on:
push:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "hello"