mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-22 06:45:03 +01: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
|