qemu-system-boot/.gitlab-ci.yml
Tobias Schmidl 8aa32c7cca Added reuse
2022-05-13 12:20:43 +02:00

20 lines
305 B
YAML

# SPDX-FileCopyrightText: 2022 Tobias Schmidl
#
# SPDX-License-Identifier: CC0-1.0
---
test:shellcheck:
stage: test
image: koalaman/shellcheck-alpine
script:
shellcheck ./qemu-system-*-boot
---
test:reuse:
image:
name: fsfe/reuse:latest
entrypoint: [""]
script:
reuse lint
...