mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
Throw an error if the steps has a invalid uses directive (#500)
* Throw an error if the steps has a invalid uses directive * Refactor TestStepContextExecutor
This commit is contained in:
parent
0f29955368
commit
19cb4b82ef
6 changed files with 73 additions and 17 deletions
7
act/runner/testdata/uses-github-empty/push.yml
vendored
Normal file
7
act/runner/testdata/uses-github-empty/push.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
name: uses-github-empty
|
||||
on: push
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: empty
|
Loading…
Add table
Add a link
Reference in a new issue