diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index a392ee7..f1dd81d 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -1,7 +1,11 @@ -- uses: actions/checkout@v3 -- uses: JohnnyMorganz/stylua-action@v3 - with: - token: ${{ secrets.GH_TOKEN }} - version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes - # CLI arguments - args: --check . +name: StyLua +on: [push, pull_request] +jobs: + StyLua check: + - uses: actions/checkout@v3 + - uses: JohnnyMorganz/stylua-action@v3 + with: + token: ${{ secrets.GH_TOKEN }} + version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes + # CLI arguments + args: --check .