diff options
| author | dacctal <dacctal@symlinx.net> | 2026-04-27 05:30:46 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-04-27 05:30:46 +0000 |
| commit | d33d907f53c50d323eca75c4bfc02ab5b989b30a (patch) | |
| tree | 6888a2074338a723f0fde99b03b09fbab91a265f /.config/vis/plugins/vis-lspc/.gitlab-ci.yml | |
| parent | 89505535c652cd6f31a15df73293c6e90eaa852f (diff) | |
Diffstat (limited to '.config/vis/plugins/vis-lspc/.gitlab-ci.yml')
| -rw-r--r-- | .config/vis/plugins/vis-lspc/.gitlab-ci.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/vis/plugins/vis-lspc/.gitlab-ci.yml b/.config/vis/plugins/vis-lspc/.gitlab-ci.yml new file mode 100644 index 0000000..c04bd02 --- /dev/null +++ b/.config/vis/plugins/vis-lspc/.gitlab-ci.yml @@ -0,0 +1,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 |
