jet/.forgejo/workflows/golint.yaml
Eli Ribble 160e04f307
All checks were successful
/ test (push) Successful in 0s
Add initial test Forgejo workflow
2026-05-14 15:37:37 +00:00

6 lines
84 B
YAML

on: [push]
jobs:
test:
runs-on: native
steps:
- run: echo All good!