11 lines
173 B
YAML
11 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
|