Add workflows
Some checks are pending
Gitea Actions Demo / build (push) Waiting to run

This commit is contained in:
Sebastiaan de Schaetzen 2024-08-21 14:56:06 +02:00
parent 0eec2a9756
commit da7b68ede8

View File

@ -0,0 +1,8 @@
name: Gitea Actions Demo
on: [push]
jobs:
build:
runs-on: alpine-latest
steps:
- run: echo "Hello!"