Files
timothykim.net/.gitea/workflows/test.yml
T
timothykim 315d40c5e0
Test Runner / test (push) Successful in 27s
add a test action
2026-02-28 22:38:49 -05:00

14 lines
170 B
YAML

name: Test Runner
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Runner is working!"