feat(cli): progress on by default (TTY) + -q/--quiet #180
ci.yml
on: push
ShellCheck
10s
actionlint
7s
Rust (keygen-rs)
20s
cuda build smoke (nvcc, no GPU)
3m 23s
install-container-deps.sh — dry-run fixtures
16s
hadolint Containerfile
11s
docker compose config validate
5s
typos
12s
markdownlint README
3s
Annotations
4 errors and 2 warnings
|
hadolint Containerfile:
Containerfile#L90
DL3006 warning: Always tag the version of an image explicitly
|
|
hadolint Containerfile:
Containerfile#L53
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
|
hadolint Containerfile:
Containerfile#L47
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
|
hadolint Containerfile:
Containerfile#L38
DL3006 warning: Always tag the version of an image explicitly
|
|
markdownlint README
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: DavidAnson/markdownlint-cli2-action@v18. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
actionlint:
.github/workflows/ci.yml#L82
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2046:warning:1:23: Quote this to prevent word splitting [shellcheck]
Raw Output:
w:.github/workflows/ci.yml:82:9: shellcheck reported issue in this script: SC2046:warning:1:23: Quote this to prevent word splitting [shellcheck]
|