Skip to content

update asset

update asset #167

Workflow file for this run

---
name: "Format"
on:
push:
branches:
- main
pull_request:
jobs:
stylua:
name: stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --color always --check .