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

This commit is contained in:
RYAN 2024-09-02 00:12:44 +02:00
parent e99aeb7971
commit b636072405
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -0,0 +1,10 @@
name: on-push
on: [push]
jobs:
build-and-test:
runs-on: linux
container: code.helloryan.se/infra/buildenv/cxx-amd64-fedora-40:latest
steps:
- name: Check out repository code
uses: actions/checkout@v4