mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-29 00:27:09 +00:00
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>
This commit is contained in:
8
modules/actions/jobparser/testdata/empty_step.in.yaml
vendored
Normal file
8
modules/actions/jobparser/testdata/empty_step.in.yaml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
name: test
|
||||
jobs:
|
||||
job1:
|
||||
name: job1
|
||||
runs-on: linux
|
||||
steps:
|
||||
- run: echo job-1
|
||||
-
|
||||
Reference in New Issue
Block a user