Back to list

GitHub Actions CI Script

Lv.3167@mukitaro0 playsJan 2, 2026

GitHub Actions workflow commands with collapsible log sections and strict error handling.

preview.shell
Shell
1set -euo pipefail
2echo "::group::Installing dependencies"
3npm ci
4echo "::endgroup::"
5echo "::group::Running tests"
6npm test
7echo "::endgroup::"
8echo "Build successful"

Custom problems are not included in rankings