0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-26 05:46:22 +01:00
gitea/modules/actions/jobparser/testdata/empty_step.out.yaml
Lunny Xiao ad9850391d
Move jobparser from act repository to Gitea (#36699)
The jobparser sub package in act is only used by Gitea. Move it to Gitea
to make it more easier to maintain.

---------

Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
2026-02-22 19:33:01 +00:00

8 lines
94 B
YAML

name: test
jobs:
job1:
name: job1
runs-on: linux
steps:
- run: echo job-1