Skip to content

Merge pull request #56 from Klafyvel/fix-error-when-deleting-chunk #17

Merge pull request #56 from Klafyvel/fix-error-when-deleting-chunk

Merge pull request #56 from Klafyvel/fix-error-when-deleting-chunk #17

Workflow file for this run

name: Stylua formatting
on:
push:
branches:
- 'main'
- 'release-'
tags:
- '*'
pull_request:
jobs:
stylua:
name: Stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stylua from crates.io
uses: baptiste0928/cargo-install@v3
with:
crate: stylua
features: lua52
- name: Run Stylua
run: |
git ls-files -z -- '*.lua' | xargs -0 stylua --check