Add empty test Gitea actions workflow
All checks were successful
on-push / build (push) Successful in 3s

This commit is contained in:
RYAN 2024-05-26 09:06:01 +02:00
commit 44c574989c
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -0,0 +1,11 @@
name: on-push
on: [push]
jobs:
build:
runs-on: linux
container:
image: fedora:latest
steps:
- name: Test
run: echo Hello