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

Update README.md #36

Update README.md

Update README.md #36

Workflow file for this run

name: Formatting
on: [push, pull_request_target]
jobs:
format-with-stylua:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: JohnnyMorganz/stylua-action@1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: .
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: autoformat with stylua"
branch: ${{ github.head_ref }}