Add empty test Gitea actions workflow
All checks were successful
on-push / build (push) Successful in 3s
All checks were successful
on-push / build (push) Successful in 3s
This commit is contained in:
commit
44c574989c
11
.gitea/workflows/on-push.yaml
Normal file
11
.gitea/workflows/on-push.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user