Skip to content

Merge pull request #54 from UTFeight/fix/deprecated/pretty_print #15

Merge pull request #54 from UTFeight/fix/deprecated/pretty_print

Merge pull request #54 from UTFeight/fix/deprecated/pretty_print #15

Workflow file for this run

---
name: Linting and style checking
on:
push:
pull_request:
jobs:
stylua:
name: StyLua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .