Skip to content

Commit c8cc356

Browse files
committed
attempting to fix CI tests
1 parent 6aff2d8 commit c8cc356

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ jobs:
7272
env:
7373
SHELLCHECK_OPTS: "--shell=sh --severity=warning"
7474
with:
75-
ignore_paths: tests
75+
ignore_paths: tests build
76+
7677

src/giv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ Examples:
527527
giv changelog --todo-files '*.ts' --todo-pattern 'TODO\\(\\w+\\):'
528528
giv release-notes v1.2.0..HEAD --model-mode remote --api-model gpt-4o --api-url https://api.example.com/v1/chat/completions
529529
EOF
530+
printf '\n%s\n' "For more information, see the documentation at ${DOCS_DIR:-}"
530531
}
531532

532533
# # -------------------------------------------------------------------

src/helpers.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ GIV_TOKEN_PROJECT_TITLE=""
44
GIV_TOKEN_VERSION=""
55
GIV_TOKEN_EXAMPLE=""
66
GIV_TOKEN_RULES=""
7-
GIV_TOKEN_SUMMARY=""
87

98
is_valid_git_range() {
109
git rev-list "$1" >/dev/null 2>&1

0 commit comments

Comments
 (0)