Skip to content

test(ci): testing stylua ci/cd #2

test(ci): testing stylua ci/cd

test(ci): testing stylua ci/cd #2

Workflow file for this run

name: Format using stylua
on:
push:
branches:
- main
pull_request_target:
jobs:
postprocessing:
runs-on: ubuntu-latest
steps:
- name: "Format with Stylua"
uses: JohnnyMorganz/stylua-action@v1.1.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v0.15.1
args: .
- name: Auto Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(core): formatted with stylua"