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