Some checks are pending
Gitea Actions Demo / build (push) Waiting to run
9 lines
117 B
YAML
9 lines
117 B
YAML
name: Gitea Actions Demo
|
|
on: [push]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: alpine-latest
|
|
steps:
|
|
- run: echo "Hello!"
|