Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

style: run stylua formatting #3

style: run stylua formatting

style: run stylua formatting #3

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: --check .
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "style: format with stylua"