Skip to content

Commit

Permalink
feat: ensure we follow a style for lua code
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed Jun 4, 2024
1 parent d4afe46 commit 0729793
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Style checking

on: [push, pull_request]

jobs:
stylua:
name: stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
version: latest
args: --color always --check lua/

0 comments on commit 0729793

Please sign in to comment.