Skip to content

TECHPUBS-4017: Updated version examples #1

TECHPUBS-4017: Updated version examples

TECHPUBS-4017: Updated version examples #1

Triggered via pull request May 7, 2024 14:05
Status Failure
Total duration 12s
Artifacts

shellcheck.yml

on: pull_request
shellcheck
3s
shellcheck
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
shellcheck: docs/portal/developer-portal/flatten.sh#L1
Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
shellcheck: docs/portal/developer-portal/flatten.sh#L16
Iterating over ls output is fragile. Use globs.
shellcheck: docs/portal/developer-portal/flatten.sh#L16
Double quote array expansions to avoid re-splitting elements.
shellcheck: vars.sh#L1
Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
shellcheck
Process completed with exit code 1.
shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
shellcheck: docs/portal/developer-portal/build.sh#L45
Invalid flags are not handled. Add a *) case.
shellcheck: docs/portal/developer-portal/build.sh#L50
DITA_CONTAINER appears unused. Verify use (or export if used externally).
shellcheck: docs/portal/developer-portal/build.sh#L55
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
shellcheck: docs/portal/developer-portal/build.sh#L57
When used with -p, -m only applies to the deepest directory.
shellcheck: docs/portal/developer-portal/build.sh#L58
When used with -p, -m only applies to the deepest directory.
shellcheck: docs/portal/developer-portal/build.sh#L59
When used with -p, -m only applies to the deepest directory.