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
This commit is contained in:
ChristopherHX
2022-05-12 21:23:34 +02:00
committed by GitHub
parent 1e72c594ac
commit 91fd412c51
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
-
- run: exit 0