🔧 chore: migrate domains and quality checks#39
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7ee4b2cd55
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - main | ||
| paths: | ||
| - "apps/blog/data/blog/**/*.md" | ||
| - "hosting/**/*.md" |
There was a problem hiding this comment.
Trigger hosting checks on submodule pointer updates
These path filters match files inside hosting/**, but hosting is a Git submodule in this repo (.gitmodules maps it as a gitlink). GitHub Actions paths filtering is based on changed paths in the superproject, so updates to hosting content arrive as a single changed path (hosting), not hosting/**/*.md; in that case the link/Vale/typos workflows are skipped and hosting docs changes go unchecked. Include hosting in the trigger paths (or remove the path filter) so submodule SHA bumps run these checks.
Useful? React with 👍 / 👎.
- Added `_typos.toml` for typo management. - Introduced `.eslintignore` to exclude specific directories from ESLint checks. - Created `.vale.ini` for Vale style checks. - Updated `AGENTS.md` and `README.md` to reflect new domain `zrr.dev` and project structure. - Removed `turbo.json` and updated `package.json` scripts for improved command execution. - Added CI workflows for link checks, typo checks, and Vale integration. - Updated dependencies and configurations across various files for consistency and performance.
…oject configurations - Removed `.eslintignore` as it is no longer needed. - Updated `.gitignore` to include new patterns. - Revised deployment model in `AGENTS.md` and `README.md` to utilize Cloudflare Workers Static Assets. - Added `wrangler.jsonc` files for `root`, `blog`, and `slides` applications to configure deployment settings. - Updated `package.json` scripts for streamlined deployment commands. - Modified various components and configurations to reflect new naming conventions and project structure. - Updated dependencies, including `preact` and added `wrangler` for deployment management.
- Updated `_typos.toml` to include typo management for specific files. - Revised `AGENTS.md` to document the integration of `prek` for pre-commit checks. - Modified `package.json` to change the `prepare` script to use `prek install`. - Added new CI workflows for static checks and PR title validation. - Removed outdated CI workflow validation file. - Updated various SVG icons to ensure consistent formatting and added newlines where necessary. - Adjusted file permissions for `Socials.astro` to align with project standards.
…dev-migration # Conflicts: # apps/blog/package.json # apps/root/package.json # apps/slides/package.json # package.json # pnpm-lock.yaml
Summary
Validation