Skip to content

Commit 092bd55

Browse files
committed
.
1 parent 92f8abb commit 092bd55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
working-directory: ${{ env.NVIM_TS_DIR }}
6060
run: nvim -l ./scripts/install-parsers.lua --max-jobs=10
6161

62-
- name: Lint docs
63-
run: |
64-
make docs
65-
git diff --exit-code
62+
# - name: Lint docs
63+
# run: |
64+
# make docs
65+
# git diff --exit-code
6666

6767
- name: Check queries
6868
run: make checkquery

0 commit comments

Comments
 (0)