Skip to content

fix(flags): fix support for config.flags as a string (#48) #172

fix(flags): fix support for config.flags as a string (#48)

fix(flags): fix support for config.flags as a string (#48) #172

Workflow file for this run

---
on: [push, pull_request]
name: default
jobs:
stylua:
name: stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v1
with:
args: --color always --check lua
token: ${{ secrets.GITHUB_TOKEN }}