Skip to content

fix(lua-123): add filter to handle {foo = foo} #1189

fix(lua-123): add filter to handle {foo = foo}

fix(lua-123): add filter to handle {foo = foo} #1189

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format:
name: Stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .