Skip to content
  • nl6720's avatar
    Move shell script linting into a separate make target · d7fc56e0
    nl6720 authored
    Makefile:
    Move shellcheck to a "lint" target and change "check" so that it runs "lint".
    This provides a more finer grained control and allows to extend "check" with things beyond just linting.
    
    .gitlab-ci.yml:
    Run `make lint` in the lint job.
    d7fc56e0
Validating GitLab CI configuration… Learn more