Add check target to Makefile
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
Activity
added 2 commits
added 5 commits
-
b353b114...7acea696 - 2 commits from branch
archlinux:master
- 98ecdecc - Add check target to Makefile
- 6a43bfd3 - Add GitHub Actions workflow
- 11c4f286 - Separate custom comments from shellcheck comments
Toggle commit list-
b353b114...7acea696 - 2 commits from branch
Please register or sign in to reply