mirror of
https://gitea.com/gitea/act
synced 2024-11-27 07:08:57 +00:00
91fd412c51
* fix: panic if a step is a job is nil * simplify * [no ci] Add testdata * [no ci] Add Test
8 lines
85 B
YAML
8 lines
85 B
YAML
on: push
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
-
|
|
- run: exit 0
|