Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
ci(github-actions): add lua format step
Browse files Browse the repository at this point in the history
  • Loading branch information
tozydev authored Aug 19, 2023
1 parent b5a2580 commit 5b95a2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
- name: Generate native definitions
run: deno task generate

- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: .

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5b95a2e

Please sign in to comment.