Skip to content

style: better formatting in default-keymaps #59

style: better formatting in default-keymaps

style: better formatting in default-keymaps #59

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"