Skip to content

feat/better-user-cmd-completion #74

feat/better-user-cmd-completion

feat/better-user-cmd-completion #74

Workflow file for this run

name: luacheck
on:
pull_request: {}
push:
branches:
- main
jobs:
luacheck:
name: Luacheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Prepare
run: |
sudo apt-get update
sudo apt-get install -y luarocks
sudo luarocks install luacheck
- name: Lint
run: make luacheck