Files
go-htmx-local/.gitea/workflows/test.yml
Cody Gibbs 17c4718a8c
All checks were successful
test / hello (push) Successful in 0s
testing actions
2026-03-27 18:54:00 -04:00

15 lines
167 B
YAML

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