Skip to content

Update lazy-lock.json #113

Update lazy-lock.json

Update lazy-lock.json #113

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