Files
gov37-pivot/.gitea/workflows/recon.yml
gov37probe 85f496c8b1
All checks were successful
test / test (push) Successful in 1s
simple test
2026-08-18 16:23:01 +00:00

9 lines
132 B
YAML

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: hello
run: echo "HELLO FROM RUNNER"