Skip to content

Commit 8bc05cf

Browse files
committed
Disable Vale
1 parent 262c380 commit 8bc05cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Build docs
3636
run: |
3737
cd docs && make check
38-
- name: Check Vale
39-
run: |
40-
cd test && make test
38+
#- name: Check Vale
39+
# run: |
40+
# cd test && make test

common-build/rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ endif
222222

223223
# Both target names will work
224224
.PHONY: check test
225-
check test: html linkcheck vale
225+
check test: html linkcheck
226226

227227

228228
# Telemetry data

0 commit comments

Comments
 (0)