Skip to content
Snippets Groups Projects
.gitlab-ci.yml 210 B
Newer Older
  • Learn to ignore specific revisions
  • #
    # SPDX-License-Identifier: GPL-3.0-or-later
    
    
    default:
      image: archlinux/base
      before_script:
    
    nl6720's avatar
    nl6720 committed
        - pacman --noconfirm -Syu --needed base-devel shellcheck
    
    
    lint:
      stage: build
      script: