blob: dbb2dde535f4e5c5880c8021d6d8851d5b71ea81 (
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:latest
before_script:
- pacman --noconfirm -Syu --needed base-devel shellcheck
lint:
stage: build
script:
- make lint
|