Skip to content

Commit 22b63ff

Browse files
Disable lua lint
1 parent e8cb304 commit 22b63ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ jobs:
106106
# uses: ./.github/actions/test-neovim-lua/
107107
# if: runner.os == 'Linux' && matrix.app_version == 'stable'
108108

109-
- name: Run neovim lua lint (Linux)
110-
uses: ./.github/actions/lint-lua-ls/
111-
if: runner.os == 'Linux' && matrix.app_version == 'stable'
109+
# - name: Run neovim lua lint (Linux)
110+
# uses: ./.github/actions/lint-lua-ls/
111+
# if: runner.os == 'Linux' && matrix.app_version == 'stable'
112112

113113
- name: Create vscode dist that can be installed locally
114114
run: pnpm -F @cursorless/cursorless-vscode populate-dist --local-install

0 commit comments

Comments
 (0)