wiki/.gitea/workflows/test.yml
sthope 8bd83e7b34
Some checks failed
Hello World / build (push) Failing after 39s
Initial commit
2024-05-04 17:14:43 +02:00

12 lines
180 B
YAML

name: Hello World
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: echo "Hello, world!"