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 262c380 commit 8bc05cfCopy full SHA for 8bc05cf
.github/workflows/docs.yml
@@ -35,6 +35,6 @@ jobs:
35
- name: Build docs
36
run: |
37
cd docs && make check
38
- - name: Check Vale
39
- run: |
40
- cd test && make test
+ #- name: Check Vale
+ # run: |
+ # cd test && make test
common-build/rules.mk
@@ -222,7 +222,7 @@ endif
222
223
# Both target names will work
224
.PHONY: check test
225
-check test: html linkcheck vale
+check test: html linkcheck
226
227
228
# Telemetry data
0 commit comments