Skip to content

Commit f0490bc

Browse files
committed
docs(#2934): add lintdoc.sh to CI
1 parent c2b08fd commit f0490bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
mkdir -p src
7777
curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory src
78-
cd src/${{ matrix.nvim_version }}
78+
cd "${NVIM_SRC}"
7979
make
8080
8181
- run: make check

0 commit comments

Comments
 (0)