mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-15 08:23:05 +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!
|