Skip to content

feat(regex): add more validations #42

feat(regex): add more validations

feat(regex): add more validations #42

Re-run triggered December 24, 2023 10:08
Status Failure
Total duration 19s
Artifacts

pr.yml

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

Annotations

2 errors and 1 warning
shellcheck: commit-msg#L8
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: commit-msg:8:-commitTitle="$(cat $1 | head -n1)" commit-msg:8:+commitTitle="$(cat "$1" | head -n1)"
shellcheck
Process completed with exit code 1.
shellcheck: commit-msg#L8
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: commit-msg:8:20: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)