Skip to content

refactor(loader): [PPT-2328] root_path attribute to retrive folder co… #434

refactor(loader): [PPT-2328] root_path attribute to retrive folder co…

refactor(loader): [PPT-2328] root_path attribute to retrive folder co… #434

Triggered via push December 12, 2025 03:28
Status Failure
Total duration 2m 41s
Artifacts

ci.yml

on: push
test  /  TODOs → GitHub Issues
0s
test / TODOs → GitHub Issues
crystal-style  /  crystal-style
1m 36s
crystal-style / crystal-style
dockerfile-style  /  dockerfile-style
13s
dockerfile-style / dockerfile-style
Matrix: test / test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
dockerfile-style / dockerfile-style: Dockerfile#L148
SC1008 error: This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh. Add a 'shell' directive to specify.
dockerfile-style / dockerfile-style: Dockerfile#L147
SC1008 error: This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh. Add a 'shell' directive to specify.
dockerfile-style / dockerfile-style: Dockerfile#L143
SC1008 error: This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh. Add a 'shell' directive to specify.
dockerfile-style / dockerfile-style: Dockerfile#L142
SC1008 error: This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh. Add a 'shell' directive to specify.
dockerfile-style / dockerfile-style: Dockerfile#L140
SC1008 error: This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh. Add a 'shell' directive to specify.
dockerfile-style / dockerfile-style: Dockerfile#L137
SC1008 error: This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh. Add a 'shell' directive to specify.
dockerfile-style / dockerfile-style: Dockerfile#L136
SC1008 error: This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh. Add a 'shell' directive to specify.
dockerfile-style / dockerfile-style: Dockerfile#L88
SC2086 info: Double quote to prevent globbing and word splitting.
dockerfile-style / dockerfile-style: Dockerfile#L88
DL3047 info: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
dockerfile-style / dockerfile-style: Dockerfile#L28
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`