diff --git a/docs/ci.md b/docs/ci.md new file mode 100644 index 0000000..391e6fb --- /dev/null +++ b/docs/ci.md @@ -0,0 +1,15 @@ +# Continuous Integration + +The repository includes a baseline GitHub Actions workflow for pull requests and pushes to `main`. + +## Current scope + +- checks out the repository +- configures Node.js +- verifies baseline repository structure + +## Current location + +`.github/workflows/ci.yml` + +This workflow is intentionally lightweight so it can merge safely before full package-level scripts exist.