Files
go-htmx-local/.gitea/workflows/test.yml
2026-03-27 18:38:26 -04:00

15 lines
163 B
YAML

name: test
on:
push:
branches:
- main
jobs:
hello:
runs-on: ubuntu-22.04
steps:
- name: Say hello
run: echo "hello"