Add check target to Makefile
- Jul 17, 2020
-
-
nl6720 authored
Having a shellcheck directive and custom comments in the same line can trigger SC1107 on old versions of shellcheck.
-
nl6720 authored
.github/workflows/lint.yml: Run `make check`.
-
nl6720 authored
Makefile: Move shellcheck commands from .gitlab-ci.yml. .gitlab-ci.yml: Run `make check`. Prevent partial upgrades, i.e. use '-Syu'. Prevent reinstalling already installed packages by using pacman's '--needed' option. Don't force-download the package database.
-