Skip to content

Merge pull request #7 from kang8/chore/update-lockfile--26575 #112

Merge pull request #7 from kang8/chore/update-lockfile--26575

Merge pull request #7 from kang8/chore/update-lockfile--26575 #112

Workflow file for this run

---
on: [push]
name: default
jobs:
stylua:
name: stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .
luacheck:
name: luacheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: lunarmodules/luacheck@v1
with:
args: . --std luajit --globals vim --max-line-length 150 --no-config