Files
gigaparsec/.gitea/workflows/pr.yaml
T
b 3404e39dea
Test and check / run-tests (push) Successful in 18s
Hello world Actions workflow
2026-08-21 00:33:23 -06:00

9 lines
140 B
YAML

name: Test and check
on:
- push
jobs:
run-tests:
runs-on: brandon-ubuntu-latest
steps:
- run: echo 'Hello gitea actions!'