Skip to content

docs: explanation and idea #2

docs: explanation and idea

docs: explanation and idea #2

Workflow file for this run

name: Lint
concurrency:
group: ${{ github.workflow }} ${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
pull_request: {}
push:
branches:
- master
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: LuaCheck linter
uses: lunarmodules/luacheck@master