Skip to content

chore(ci): Bump 'JohnnyMorganz/stylua-action' version #128

chore(ci): Bump 'JohnnyMorganz/stylua-action' version

chore(ci): Bump 'JohnnyMorganz/stylua-action' version #128

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@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
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