act/pkg/jobparser/testdata/empty_step.in.yaml
Zettat123 721857e4a0 Remove empty steps when decoding Job (#49)
Follow #48
Empty steps are invalid, so remove them when decoding `Job` from YAML.

Reviewed-on: https://gitea.com/gitea/act/pulls/49
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-committed-by: Zettat123 <zettat123@gmail.com>
2023-04-21 20:21:15 +08:00

8 lines
102 B
YAML

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