mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-04-13 13:59:42 +08:00
9 lines
148 B
YAML
9 lines
148 B
YAML
name: basic
|
|
on: push
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: nektos/test-override@a
|
|
- uses: nektos/test-override@b |