blob: e5a4e03ba26b52aa498cbd591dadd824dc812a05 (
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 lint
|