Skip to content

Add check target to Makefile

nl6720 requested to merge nl6720/archiso:make-check into master

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.

.github/workflows/lint.yml:

  • GitHub Actions workflow that runs make check.
Edited by nl6720

Merge request reports