Skip to content

Commit

Permalink
Merge branch 'master' into 'master'
Browse files Browse the repository at this point in the history
add luacheck pipeline

See merge request VanessaE/basic_materials!8
  • Loading branch information
VanessaE committed Feb 25, 2021
2 parents e72665b + 23cd94b commit cb71366
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
stages:
- test

luacheck:
stage: test
image: pipelinecomponents/luacheck:latest
script:
- luacheck .

0 comments on commit cb71366

Please sign in to comment.