blob: d85b8871ed3a270bdaf28c28b704cbf11579258a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
#
# SPDX-License-Identifier: GPL-3.0-or-later
default:
image: archlinux/base
before_script:
- pacman --noconfirm -Syu --needed base-devel shellcheck
lint:
stage: build
script:
- make check
|