mirror of
https://gitea.com/gitea/act
synced 2024-11-27 07:08:57 +00:00
11 lines
164 B
YAML
11 lines
164 B
YAML
name: uses-and-run-in-one-step
|
|
on: push
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Test
|
|
run: echo
|
|
uses: actions/checkout@v2
|