Skip to content

Commit 65c4605

Browse files
committed
ci: add stylua formatter to code_quality workflow
1 parent 5f6ce84 commit 65c4605

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/code_quality.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,14 @@ jobs:
4949
run: |
5050
source .venv/bin/activate
5151
basedpyright
52+
stylua:
53+
name: StyLua
54+
runs-on: ubuntu-latest
55+
steps:
56+
- uses: actions/checkout@v4
57+
- name: Check Lua formatting
58+
uses: JohnnyMorganz/stylua-action@v4
59+
with:
60+
token: ${{ secrets.GITHUB_TOKEN }}
61+
version: v4.1.0
62+
args: --check src/lua

0 commit comments

Comments
 (0)