Skip to content

Commit

Permalink
ci: stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Oct 4, 2023
1 parent 236acec commit 50c9fee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
args: lua --config .luacheckrc
unit_test:
name: Unit Test
name: Unit test
strategy:
matrix:
nvim_version: [stable, nightly, v0.6.0]
Expand Down Expand Up @@ -76,3 +76,10 @@ jobs:
files: luacov.report.out
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
format:
- name: Code format
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --color always --check .

0 comments on commit 50c9fee

Please sign in to comment.