diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index c9679d3..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,16 +0,0 @@ -image: archlinux/base - -stages: - - Lint - -Lint: - stage: Lint - before_script: - - pacman -Syu --noconfirm namcap grep - script: - - namcap -i pegasus-frontend-git/PKGBUILD - - namcap -i rom-manager-git/PKGBUILD - - namcap -i tale-git/PKGBUILD - - namcap -i talk-cli-git/PKGBUILD - - namcap -i tsk-git/PKGBUILD - - namcap -i vita3k-git/PKGBUILD \ No newline at end of file