Skip to content

ci: move type checking code to use the autogenerated .luarc.json cr… #2682

ci: move type checking code to use the autogenerated .luarc.json cr…

ci: move type checking code to use the autogenerated .luarc.json cr… #2682

Workflow file for this run

name: Linter
on:
pull_request: ~
push:
branches:
- '*'
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nebularg/actions-luacheck@v1
with:
files: 'lua'