Skip to content

Commit 6452828

Browse files
committed
test vale
1 parent e7467e0 commit 6452828

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
repos:
2-
- repo: https://github.com/errata-ai/vale
3-
rev: v3.7.1
2+
- repo: local
43
hooks:
54
- id: vale
6-
verbose: true
7-
# Always exit successfully, never block
8-
pass_filenames: true
9-
args: ['--config=.vale.ini']
10-
always_run: false
11-
# Override to never fail
12-
stages: [manual]
5+
name: vale
6+
entry: bash -c 'vale --config=.vale.ini "$@" || true' --
7+
language: system
8+
files: \.(md|mdx)$

fern/products/docs/pages/developer-tools/vale.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Using Vale
44

55
## What is Vale?
66

7-
[Vale](https://vale.sh/) is an open-source tool for linting content from a variety of different file types, including Markdown. please (testing out vale)
7+
[Vale](https://vale.sh/) is an open-source tool for linting content from a variety of different file types, including Markdown.
88

99
## Using Vale with MDX
1010

0 commit comments

Comments
 (0)