mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-02 18:00:18 +00:00
* Throw an error if the steps has a invalid uses directive * Refactor TestStepContextExecutor
8 lines
103 B
YAML
8 lines
103 B
YAML
name: uses-github-empty
|
|
on: push
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: empty
|