mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
11 lines
213 B
YAML
11 lines
213 B
YAML
|
|
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:
|
|
- luacheck **/**/*.lua --codes
|