vis-config

lua scripts to configure vis editor

git clone https://9o.is/git/vis-config.git

.gitlab-ci.yml

(231B)


      1 image: muhq/lua-dev:0.2
      2 
      3 stages:
      4   - check
      5   - test
      6 
      7 check-luacheck:
      8   stage: check
      9   script:
     10     - make check-luacheck
     11 
     12 check-format:
     13   stage: check
     14   script:
     15     - make check-format
     16 
     17 test:
     18   stage: test
     19   script:
     20     - make test