File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
fern/products/docs/pages/changelog Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff 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
108Multiple improvements to dark mode readability for syntax highlighting, dropdowns, and search results.
119
You can’t perform that action at this time.
0 commit comments