Skip to content

better loading for lazy_loads #539

better loading for lazy_loads

better loading for lazy_loads #539

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/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: .
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: autoformat with stylua"
branch: ${{ github.head_ref }}