mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-05 03:10:25 +00:00
9 lines
104 B
YAML
9 lines
104 B
YAML
name: basic
|
|
on: push
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo hello world!
|