1
0
mirror of https://gitea.com/gitea/act synced 2026-05-01 01:27:48 +02:00
Files
act/.github/workflows/basic.yml
2020-02-04 16:38:41 -08:00

9 lines
104 B
YAML

name: basic
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo hello world!