We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cb304 commit 22b63ffCopy full SHA for 22b63ff
.github/workflows/test.yml
@@ -106,9 +106,9 @@ jobs:
106
# uses: ./.github/actions/test-neovim-lua/
107
# if: runner.os == 'Linux' && matrix.app_version == 'stable'
108
109
- - name: Run neovim lua lint (Linux)
110
- uses: ./.github/actions/lint-lua-ls/
111
- if: runner.os == 'Linux' && matrix.app_version == 'stable'
+ # - name: Run neovim lua lint (Linux)
+ # uses: ./.github/actions/lint-lua-ls/
+ # if: runner.os == 'Linux' && matrix.app_version == 'stable'
112
113
- name: Create vscode dist that can be installed locally
114
run: pnpm -F @cursorless/cursorless-vscode populate-dist --local-install
0 commit comments