4a0ab0da6c
All checks were successful
/ test (push) Successful in 1s
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
10 lines
173 B
YAML
10 lines
173 B
YAML
# SPDX-FileCopyrightText: 2024 Christina Sørensen
|
|
#
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: native
|
|
steps:
|
|
- run: echo All Good
|