Skip to content

Inline Assistant v2 #12

Inline Assistant v2

Inline Assistant v2 #12

Workflow file for this run

name: Format with StyLua
on: [pull_request]
jobs:
stylua:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Format 🖌️
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v2.0.2
args: --check .