runner test
All checks were successful
Test Action / test (push) Successful in 1m24s

This commit is contained in:
Aaron Pierson
2026-03-08 18:48:22 -05:00
parent 98bd9c28b6
commit df5093fbb2

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

@@ -0,0 +1,11 @@
name: Test Action
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Runner works!"