# 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 ...