act/pkg/runner/testdata/job-nil-step/push.yml
ChristopherHX 91fd412c51
fix: panic if a step in a job is nil (#1145)
* fix: panic if a step is a job is nil

* simplify

* [no ci] Add testdata

* [no ci] Add Test
2022-05-12 19:23:34 +00:00

7 lines
85 B
YAML

on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
-
- run: exit 0