Failure
CI Pipeline / build-and-test fails at the Check formatting and lint (push to main) step:
Process completed with exit code 1.
Run: https://github.com/petry-projects/google-app-scripts/actions/runs/24116571331
Cause
Pre-existing lint or formatting drift on main. Unrelated to #149 (the workflow centralization PR — that PR didn't touch ci.yml or any source code).
Fix
Run the local lint/format command (likely pnpm run lint --fix && pnpm run format or npm run lint -- --fix) and commit the result. If the failure is in a single file, the run logs will identify it.
Failure
CI Pipeline / build-and-testfails at theCheck formatting and lint (push to main)step:Run: https://github.com/petry-projects/google-app-scripts/actions/runs/24116571331
Cause
Pre-existing lint or formatting drift on
main. Unrelated to #149 (the workflow centralization PR — that PR didn't touchci.ymlor any source code).Fix
Run the local lint/format command (likely
pnpm run lint --fix && pnpm run formatornpm run lint -- --fix) and commit the result. If the failure is in a single file, the run logs will identify it.