Skip to content

Commit

Permalink
remove stylua on server
Browse files Browse the repository at this point in the history
  • Loading branch information
cnshsliu committed May 15, 2023
1 parent c8a9d6d commit 25c8dd5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,3 @@ jobs:
- name: Lint
run: luacheck lua

stylua:
name: stylua
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --color always --check lua/

0 comments on commit 25c8dd5

Please sign in to comment.