mirror of
https://gitea.com/gitea/act
synced 2024-11-27 07:08:57 +00:00
2d1a946fb1
* Throw an error if the steps has a invalid uses directive * Refactor TestStepContextExecutor
8 lines
116 B
YAML
8 lines
116 B
YAML
name: uses-github-root
|
|
on: push
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|