Files
go-htmx-local/.gitea/workflows/test.yml
2026-03-27 13:19:16 -04:00

12 lines
105 B
YAML

name: test
on:
push:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "hello"