Skip to content

Commit 7ff424a

Browse files
committed
test
1 parent f585407 commit 7ff424a

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.github/workflows/vale.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,12 @@ jobs:
2727
files_ignore: |
2828
**/changelog/**
2929
30-
- name: Install Vale
30+
- uses: errata-ai/vale-action@reviewdog
3131
if: steps.changed-files.outputs.any_changed == 'true'
32-
run: |
33-
wget https://github.com/errata-ai/vale/releases/download/v3.12.0/vale_3.12.0_Linux_64-bit.tar.gz
34-
tar -xvzf vale_3.12.0_Linux_64-bit.tar.gz
35-
sudo mv vale /usr/local/bin/
36-
37-
- name: Run Vale
38-
if: steps.changed-files.outputs.any_changed == 'true'
39-
run: |
40-
vale sync
41-
vale ${{ steps.changed-files.outputs.all_changed_files }}
32+
with:
33+
files: ${{ steps.changed-files.outputs.all_changed_files }}
34+
version: 3.12.0
35+
reporter: github-pr-review
36+
fail_on_error: false
37+
env:
38+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

fern/products/docs/pages/api-references/audiences.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subtitle: Use audiences to filter the endpoints, schemas, and properties that ar
55

66
<Markdown src="/snippets/pro-plan.mdx"/>
77

8-
test change please
8+
test change please please check
99
Audiences are a useful tool for segmenting your API for different consumers. Common examples of audiences include `public`
1010
and `beta`. You can configure audiences in both [the OpenAPI Specification](/learn/api-definitions/openapi/extensions/audiences) as well as [the Fern Definition](/learn/api-definition/fern/audiences).
1111

0 commit comments

Comments
 (0)