Jaypore CI

> Jaypore CI: Minimal, Offline, Local CI system.
Log | Files | Refs | README | LICENSE

commit 348d3dad7eaf72f32651dcf143800882115c83b2
parent 17496a6d15a293090ccdb8368c5d4e3f17fe5b5d
Author: Arjoonn Sharma <arjoonn@midpathsoftware.com>
Date:   Fri, 27 Mar 2026 13:52:19 +0530

Friday 27 March 2026 01:52:19 PM IST

Diffstat:
MREADME.md | 4++--
Mscripts/publish_site.sh | 0
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -714,7 +714,7 @@ run_js=false run_go=false if [ -z "$changed_files" ]; then - echo "No diff detected (first commit or shallow clone) running all sub-pipelines." + echo "No diff detected (first commit or shallow clone) — running all sub-pipelines." run_python=true run_js=true run_go=true @@ -757,7 +757,7 @@ if $run_python; then echo "Running: flake8 06-sub-pipelines/python-app/" flake8 06-sub-pipelines/python-app/ 2>&1 && echo "Lint: PASS" || echo "Lint: FAIL" else - echo "No Python linter found (ruff/flake8) checking syntax only." + echo "No Python linter found (ruff/flake8) — checking syntax only." find 06-sub-pipelines/python-app -name '*.py' -exec python3 -m py_compile {} + 2>&1 \ && echo "Syntax check: PASS" || echo "Syntax check: FAIL" fi diff --git a/scripts/publish_site.sh b/scripts/publish_site.sh