Skip to content

Update dependency DannyBen/bashly to v1.2.9 #126

Update dependency DannyBen/bashly to v1.2.9

Update dependency DannyBen/bashly to v1.2.9 #126

Triggered via pull request December 28, 2024 06:06
Status Failure
Total duration 35s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 18 warnings
bashly
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
bashly
Process completed with exit code 1.
shfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
shfmt
Unexpected input(s) 'reporter', valid inputs are ['github_token', 'workdir', 'level', 'filter_mode', 'fail_on_error', 'reviewdog_flags', 'shfmt_flags']
shellcheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
shellcheck
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
bashly: keencli#L2
[bashly] reported by reviewdog 🐶 Raw Output: keencli:2:-# This script was generated by bashly 1.2.6 (https://bashly.dannyb.co) keencli:2:+# This script was generated by bashly 1.2.7 (https://bashly.dannyb.co)
bashly: keencli#L748
[bashly] reported by reviewdog 🐶 Raw Output: keencli:748:- if ((${#other_args[@]})); then keencli:749:- echo keencli:750:- echo other_args: keencli:751:- echo "- \${other_args[*]} = ${other_args[*]}" keencli:752:- for i in "${!other_args[@]}"; do keencli:753:- echo "- \${other_args[$i]} = ${other_args[$i]}" keencli:754:- done keencli:755:- fi keencli:756:-
bashly: keencli#L1316
[bashly] reported by reviewdog 🐶 Raw Output: keencli:1316:- if command -v curl >/dev/null 2>&1; then keencli:1317:- deps['curl']="$(command -v curl | head -n1)" keencli:1318:- else keencli:1307:+ missing_deps= keencli:1308:+ # :dependency.filter keencli:1309:+ if ! command -v curl >/dev/null 2>&1; then
bashly: keencli#L1320
[bashly] reported by reviewdog 🐶 Raw Output: keencli:1320:- printf "%s\n" "https://curl.se/" >&2 keencli:1321:- exit 1 keencli:1311:+ printf "%s\n\n" "https://curl.se/" >&2 keencli:1312:+ missing_deps=1 keencli:1313:+ else keencli:1314:+ deps['curl']="$(command -v curl | head -n1)"
bashly: keencli#L1324
[bashly] reported by reviewdog 🐶 Raw Output: keencli:1324:- if command -v yq >/dev/null 2>&1; then keencli:1325:- deps['yq']="$(command -v yq | head -n1)" keencli:1326:- else keencli:1317:+ # :dependency.filter keencli:1318:+ if ! command -v yq >/dev/null 2>&1; then
bashly: keencli#L1328
[bashly] reported by reviewdog 🐶 Raw Output: keencli:1328:- printf "%s\n" "https://mikefarah.gitbook.io/yq/" >&2 keencli:1329:- exit 1 keencli:1320:+ printf "%s\n\n" "https://mikefarah.gitbook.io/yq/" >&2 keencli:1321:+ missing_deps=1 keencli:1322:+ else keencli:1323:+ deps['yq']="$(command -v yq | head -n1)"
bashly: keencli#L1332
[bashly] reported by reviewdog 🐶 Raw Output: keencli:1332:- if command -v md5sum md5 >/dev/null 2>&1; then keencli:1333:- deps['md5']="$(command -v md5sum md5 | head -n1)" keencli:1334:- else keencli:1326:+ # :dependency.filter keencli:1327:+ if ! command -v md5sum md5 >/dev/null 2>&1; then
bashly: keencli#L1336
[bashly] reported by reviewdog 🐶 Raw Output: keencli:1329:+ missing_deps=1 keencli:1330:+ else keencli:1331:+ deps['md5']="$(command -v md5sum md5 | head -n1)" keencli:1332:+ fi keencli:1333:+ keencli:1334:+ if [[ -n $missing_deps ]]; then
bashly: keencli#L1509
[bashly] reported by reviewdog 🐶 Raw Output: keencli:1508:+
bashly: keencli#L2745
[bashly] reported by reviewdog 🐶 Raw Output: keencli:2745:+
yamllint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
yamllint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
markdownlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
markdownlint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.