Skip to content

git helpers

git helpers #427

Triggered via pull request September 30, 2024 23:54
@pelikhanpelikhan
synchronize #741
git-helpers
Status Success
Total duration 54s
Artifacts 1
Fit to window
Zoom out
Zoom in

Annotations

1 error
build: docs/src/content/docs/reference/scripts/git.md#L15
The code snippet is missing the function call to execute the `git.defaultBranch` method. It should be `git.defaultBranch()` instead of `await git.defaultBranch()`. The `await` keyword is used with asynchronous functions, and there is no indication that `git.defaultBranch` is an asynchronous function in this context. If it is asynchronous, the function should be called within an async function or a thenable context.::

Artifacts

Produced during runtime
Name Size
genai-results
13.8 KB