Skip to content

Commit

Permalink
feat: add stylua ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RayGuo-ergou committed Mar 15, 2024
1 parent 5f587ac commit 7697855
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: lua style check

on: push

jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --check ./nvim

0 comments on commit 7697855

Please sign in to comment.