Add CI configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
34991b172d
commit
aa76454c7c
1 changed files with 11 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
image: archlinux/base
|
||||
|
||||
stages:
|
||||
- Lint
|
||||
|
||||
Lint:
|
||||
stage: Lint
|
||||
before_script:
|
||||
- pacman -Syu namcap
|
||||
script:
|
||||
- namcap -i tale-git/PKGBUILD
|
Loading…
Add table
Add a link
Reference in a new issue