Skip to content

chore: prefill via ex command not auto-escaped #88

chore: prefill via ex command not auto-escaped

chore: prefill via ex command not auto-escaped #88

Workflow file for this run

name: Format with Stylua
on:
push:
branches: [main]
paths: ["**.lua"]
permissions:
contents: write
jobs:
postprocessing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: .
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "style: auto-format with stylua"