Skip to content

Merge new updates into main branch #32

Merge new updates into main branch

Merge new updates into main branch #32

Triggered via pull request August 24, 2024 18:36
Status Failure
Total duration 33s
Artifacts

status-checks.yaml

on: pull_request
runner / misspell
13s
runner / misspell
runner / typos
8s
runner / typos
runner / markdownlint
21s
runner / markdownlint
runner / shfmt
4s
runner / shfmt
runner / shellcheck
5s
runner / shellcheck
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 19 warnings
runner / shellcheck
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
runner / shellcheck
Process completed with exit code 2.
runner / shfmt
Process completed with exit code 1.
runner / shellcheck: get-last-status.sh#L20
[shellcheck] reported by reviewdog 🐶 Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames. Raw Output: ./get-last-status.sh:20:19: warning: Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames. (ShellCheck.SC2010)
runner / shellcheck: get-last-status.sh#L21
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./get-last-status.sh:21:31: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
runner / shellcheck: zfs-replicate.sh#L19
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. Raw Output: ./zfs-replicate.sh:19:23: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
runner / shellcheck: zfs-replicate.sh#L22
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. Raw Output: ./zfs-replicate.sh:22:23: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
runner / shellcheck: zfs-replicate.sh#L50
[shellcheck] reported by reviewdog 🐶 exit_clean references arguments, but none are ever passed. Raw Output: ./zfs-replicate.sh:50:1: warning: exit_clean references arguments, but none are ever passed. (ShellCheck.SC2120)
runner / shellcheck: zfs-replicate.sh#L84
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. Raw Output: ./zfs-replicate.sh:84:15: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
runner / shellcheck: zfs-replicate.sh#L86
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. Raw Output: ./zfs-replicate.sh:86:15: warning: Declare and assign separately to avoid masking return values. (ShellCheck.SC2155)
runner / shellcheck: zfs-replicate.sh#L86
[shellcheck] reported by reviewdog 🐶 Consider using pgrep instead of grepping ps output. Raw Output: ./zfs-replicate.sh:86:20: info: Consider using pgrep instead of grepping ps output. (ShellCheck.SC2009)
runner / shellcheck: zfs-replicate.sh#L86
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./zfs-replicate.sh:86:34: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
runner / shellcheck: zfs-replicate.sh#L123
[shellcheck] reported by reviewdog 🐶 Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. Raw Output: ./zfs-replicate.sh:123:14: info: Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. (ShellCheck.SC2181)
runner / shfmt
Unexpected input(s) 'reporter', valid inputs are ['github_token', 'workdir', 'level', 'filter_mode', 'fail_on_error', 'reviewdog_flags', 'shfmt_flags']
runner / markdownlint: README.md#L12
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 165] Raw Output: README.md:12:81 MD013/line-length Line length [Expected: 80; Actual: 165]
runner / markdownlint: README.md#L15
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 273] Raw Output: README.md:15:81 MD013/line-length Line length [Expected: 80; Actual: 273]
runner / markdownlint: README.md#L16
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 91] Raw Output: README.md:16:81 MD013/line-length Line length [Expected: 80; Actual: 91]
runner / markdownlint: README.md#L21
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 207] Raw Output: README.md:21:81 MD013/line-length Line length [Expected: 80; Actual: 207]
runner / markdownlint: README.md#L23
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 169] Raw Output: README.md:23:81 MD013/line-length Line length [Expected: 80; Actual: 169]
runner / markdownlint: README.md#L27
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 162] Raw Output: README.md:27:81 MD013/line-length Line length [Expected: 80; Actual: 162]
runner / markdownlint: README.md#L32
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 198] Raw Output: README.md:32:81 MD013/line-length Line length [Expected: 80; Actual: 198]
runner / markdownlint: README.md#L137
[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 98] Raw Output: README.md:137:81 MD013/line-length Line length [Expected: 80; Actual: 98]