buildenv/.gitea/workflows/on-push.yaml
RYAN 44c574989c
All checks were successful
on-push / build (push) Successful in 3s
Add empty test Gitea actions workflow
2024-05-26 09:14:02 +02:00

12 lines
156 B
YAML

name: on-push
on: [push]
jobs:
build:
runs-on: linux
container:
image: fedora:latest
steps:
- name: Test
run: echo Hello