This website requires JavaScript.
Explore
Help
Sign in
wasp
/
fj
Watch
1
Star
0
Fork
You've already forked fj
0
Code
Releases
1
Activity
Actions
8203a26fdc
fj
/
.forgejo
/
workflows
/
demo.yml
8 lines
113 B
YAML
Raw
Normal View
History
Unescape
Escape
Added initial forgejo actions config
2025-01-21 10:55:52 +01:00
on
:
[
push]
jobs
:
test
:
runs-on
:
alpine-latest
steps
:
This should fix the workflow
2025-01-21 11:08:17 +01:00
-
shell
:
sh
And of course yml is indentation dependent so tabs break it
2025-01-21 11:10:29 +01:00
run
:
echo using sh here
Copy permalink