Back to listShell
GitHub Actions CI Script
Lv.3167@mukitaro0 playsJan 2, 2026
GitHub Actions workflow commands with collapsible log sections and strict error handling.
preview.shell
1set -euo pipefail2echo "::group::Installing dependencies"3npm ci4echo "::endgroup::"5echo "::group::Running tests"6npm test7echo "::endgroup::"8echo "Build successful"Custom problems are not included in rankings