Skip to content

Commit

Permalink
We don't need to lint lua
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 20, 2024
1 parent 4815bef commit e35ad1f
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,6 @@ jobs:
- run: npm install
- run: npm exec prettier --check .

luacheck:
name: Luacheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Prepare
run: |
sudo apt-get update
sudo apt-get install luarocks -y
sudo luarocks install luacheck
- name: Run Luacheck
run: luacheck .

stylua:
name: StyLua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint with stylua
uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .

format-queries:
name: Lint queries
runs-on: ubuntu-latest
Expand Down

0 comments on commit e35ad1f

Please sign in to comment.