Skip to content

Commit 7f03f61

Browse files
committed
revert testing file
1 parent 0975aee commit 7f03f61

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/vale.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
github.event.pull_request.user.login != 'github-actions'
1717
steps:
1818
- uses: actions/checkout@v4
19-
19+
2020
- name: Get changed files
2121
id: changed-files
2222
uses: tj-actions/changed-files@v41
@@ -26,7 +26,6 @@ jobs:
2626
fern/**/*.mdx
2727
files_ignore: |
2828
**/changelog/**
29-
3029
- uses: errata-ai/vale-action@reviewdog
3130
if: steps.changed-files.outputs.any_changed == 'true'
3231
with:

fern/products/docs/pages/changelog/2024-01-24.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Enable interactive API testing directly in the documentation.
44
- Improved error handling and status code display
55
- Added support for recursive property rendering
66

7-
test please
8-
97
## Enhanced Dark Mode
108
Multiple improvements to dark mode readability for syntax highlighting, dropdowns, and search results.
119

0 commit comments

Comments
 (0)