6c397136fd
archlinux/base is being deprecated anyway.
14 lines
212 B
YAML
14 lines
212 B
YAML
---
|
|
#
|
|
# 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
|