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 0424144 commit e038c0dCopy full SHA for e038c0d
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
name: unit tests
8
runs-on: ${{ matrix.os }}
9
env:
10
- NVIM_TS_DIR: ${HOME}/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
+ NVIM_TS_DIR: "${HOME}/.local/share/nvim/site/pack/vendor/start/nvim-treesitter"
11
strategy:
12
fail-fast: false
13
matrix:
0 commit comments