This website requires JavaScript.
Explore
Help
Sign in
Gleipnir
/
jet
Watch
4
Star
0
Fork
You've already forked jet
0
Code
Issues
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
Actions
dd4abacc8a
jet
/
.forgejo
/
workflows
/
golint.yaml
8 lines
110 B
YAML
Raw
Normal View
History
Unescape
Escape
Add initial test Forgejo workflow
2026-05-14 15:37:16 +00:00
on
:
[
push]
jobs
:
test
:
runs-on
:
native
steps
:
Check out the code as part of the runner
2026-05-14 15:39:05 +00:00
-
uses
:
actions/checkout@v4
Run ls after checkout
2026-05-14 15:39:53 +00:00
-
run
:
ls -la
Reference in a new issue
Copy permalink