Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/update-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:

- name: Create Pull Request
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
# The action runs its own `git commit`, which triggers the husky
# pre-commit hook (lint-staged → cspell/prettier). On auto-generated
# docs that hook can fail on harmless unknown words and abort the run.
# HUSKY=0 skips the hook for this commit — equivalent to `git commit -n`.
env:
HUSKY: '0'
Comment thread
upupming marked this conversation as resolved.
with:
branch: bot/update-api-docs
delete-branch: true
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"rstest",
"tiktoken",
"genui",
"openui",
"impls"
],
"maxNumberOfProblems": 1000,
Expand Down