jet/.forgejo/workflows/golint.yaml
Eli Ribble 866b69a911
All checks were successful
/ test (push) Successful in 10s
Check out the code as part of the runner
2026-05-14 15:39:05 +00:00

7 lines
110 B
YAML

on: [push]
jobs:
test:
runs-on: native
steps:
- run: ls -la
- uses: actions/checkout@v4