This repository has been archived on 2023-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/vis/plugins/vis-spellcheck/.gitlab-ci.yml

24 lines
389 B
YAML

image: imolein/luarocks:5.4
stages:
- check
- test
check-luacheck:
stage: check
script:
- luarocks install luacheck
- make check-luacheck
# check-format:
# stage: check
# script:
# - luarocks install --server=https://luarocks.org/dev luaformatter
# - make check-format
# test:
# stage: test
# script:
# - luarocks install lunatest
# - make test