Skip to content

feat(installer): update script #72

feat(installer): update script

feat(installer): update script #72

Workflow file for this run

name: luacheck
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [master]
pull_request:
branches: [master]
jobs:
luacheck:
name: Luacheck
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
run: |
sudo apt update
sudo apt install luarocks
sudo luarocks install luacheck
- name: Lint
run: luacheck .