2020-07-04 18:04:32 +02:00
|
|
|
|
|
|
|
|
language: c
|
|
|
|
|
dist: bionic
|
|
|
|
|
before_install:
|
|
|
|
|
- sudo apt-get update
|
|
|
|
|
- sudo add-apt-repository universe
|
|
|
|
|
- sudo apt install luarocks -y
|
|
|
|
|
- sudo luarocks install luacheck
|
|
|
|
|
|
|
|
|
|
script:
|
2020-07-05 20:45:46 +02:00
|
|
|
- ./scripts/style-check.sh
|