nvim-tree.lua/.github/workflows/luacheck.yml
2021-06-29 22:22:37 +02:00

20 lines
411 B
YAML

name: Linting and style checking
on: [push, pull_request]
jobs:
luacheck:
name: luacheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prepare
run: |
sudo apt-get update
sudo add-apt-repository universe
sudo apt install luarocks -y
sudo luarocks install luacheck
- name: Run luacheck
run: luacheck .