Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
57aba33f1e
commit
4a0ab0da6c
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/demo.yaml
Normal file
10
.forgejo/workflows/demo.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# SPDX-FileCopyrightText: 2024 Christina Sørensen
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- run: echo All Good
|
Loading…
Reference in a new issue