qemu-system-boot/.gitlab-ci.yml
2022-05-13 12:18:31 +02:00

12 lines
206 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
...