Skip to content

improv(cssColor): support for hsla and rgba #100 #64

improv(cssColor): support for hsla and rgba #100

improv(cssColor): support for hsla and rgba #100 #64

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"