From e35ad1fda10922087f545c629bba4a0788ebaff5 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:31:33 -0400 Subject: [PATCH] We don't need to lint lua --- .github/workflows/linting.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 3c6946f..16b56a8 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -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