workflow script creation (#3151)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run

This commit is contained in:
Shuchang Zheng 2025-08-09 13:11:16 -07:00 committed by GitHub
parent 136fa70c48
commit 16596e5c61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 187 additions and 5 deletions

View file

@ -129,6 +129,7 @@ def _make_decorator(block: dict[str, Any]) -> cst.Decorator:
"file_download": "file_download_block",
"send_email": "email_block",
"wait": "wait_block",
"navigation": "navigation_block",
}[bt]
kwargs = []