aboutsummaryrefslogtreecommitdiff
path: root/.config/vis/plugins/vis-lspc/.gitlab-ci.yml
blob: c04bd02c04648101760af053bf37f3f614afbbd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
image: muhq/lua-dev:0.2

stages:
  - check
  - test

check-luacheck:
  stage: check
  script:
    - make check-luacheck

check-format:
  stage: check
  script:
    - make check-format

test:
  stage: test
  script:
    - make test