ISO/.gitlab-ci.yml

14 lines
212 B
YAML
Raw Normal View History

---
#
# SPDX-License-Identifier: GPL-3.0-or-later
default:
image: archlinux:latest
before_script:
- pacman --noconfirm -Syu --needed base-devel shellcheck
lint:
stage: build
script:
- make lint