Skip to content

Commit

Permalink
ci: add format check with StyLua
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainrider committed Aug 30, 2024
1 parent 4f87e33 commit a89b7a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
with:
show-progress: false

- name: Format
uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .

- name: Lint
uses: nebularg/actions-luacheck@v1
with:
Expand Down

0 comments on commit a89b7a6

Please sign in to comment.