Hello world Actions workflow
Test and check / run-tests (push) Successful in 18s

This commit is contained in:
b
2026-08-21 00:33:23 -06:00
parent c9c2251e31
commit 3404e39dea
+8
View File
@@ -0,0 +1,8 @@
name: Test and check
on:
- push
jobs:
run-tests:
runs-on: brandon-ubuntu-latest
steps:
- run: echo 'Hello gitea actions!'