Skip to content

Merge branch '2.0' of https://github.com/bleonheart/Lilia into 2.0 #18

Merge branch '2.0' of https://github.com/bleonheart/Lilia into 2.0

Merge branch '2.0' of https://github.com/bleonheart/Lilia into 2.0 #18

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: helix
- uses: leafo/gh-actions-lua@v8.0.0
with:
luaVersion: "5.2"
- uses: leafo/gh-actions-luarocks@v4.0.0
- name: Pull gluacheck
uses: actions/checkout@v2
with:
repository: impulsh/gluacheck
path: luacheck
- name: Build gluacheck
working-directory: luacheck
run: luarocks make
- name: Lint
working-directory: helix
run: luacheck .