Skip to content

add .editorconfig and .stylua.toml files #51

add .editorconfig and .stylua.toml files

add .editorconfig and .stylua.toml files #51

Workflow file for this run

name: LuaCheck
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: leafo/gh-actions-lua@v9
- uses: leafo/gh-actions-luarocks@v4
- run: luarocks install luacheck
- run: luacheck ./lua