Testing & CI
Test commands
Section titled “Test commands”npm run testnpm run test:coverageType checking & lint
Section titled “Type checking & lint”npm run typechecknpm run lintCI pipelines
Section titled “CI pipelines”OpenCodeHub supports GitHub Actions–compatible workflows under .github/workflows/. Use the Actions UI to inspect runs and view logs.
For CLI access:
och ci listoch ci view <run-id> --jobs