-
Notifications
You must be signed in to change notification settings - Fork 1
Shared configs/workflows/loader #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…instructure/instructure.ai into shared-configs/workflows/loader
…instructure/instructure.ai into shared-configs/workflows/loader
…instructure/instructure.ai into shared-configs/workflows/loader
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR applies automated code formatting using Biome to improve code consistency across the project. The changes standardize formatting, clean up configuration files, fix minor issues, and update the GitHub workflow for deployments.
Key Changes
- Automated formatting applied across all TypeScript/TSX files in the aiinfo package
- Configuration updates to exclude
distdirectory from linting/formatting - Dependency version update to use workspace protocol
- GitHub workflow improvements for better caching and build process
Reviewed Changes
Copilot reviewed 25 out of 29 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/aiinfo/tsconfig.json | Added dist directory to exclude list |
| packages/aiinfo/src/index.ts | Formatted imports and function signatures |
| packages/aiinfo/src/components/*/index.tsx | Applied consistent multi-line formatting to data structures |
| packages/aiinfo/scripts/updateCache.mts | Fixed variable declarations and applied formatting |
| packages/aiinfo/scripts/updateCache.test.ts | Corrected duplicate mock property definitions |
| packages/aiinfo/cache/checksum.json | Removed trailing comma for JSON validity |
| packages/aiinfo/biome.jsonc | Added dist to ignore patterns |
| packages/aiinfo/.gitignore | Updated to track specific dist files |
| apps/nutritionfacts/vitest.config.mts | Reordered test configuration properties |
| apps/nutritionfacts/src/assets/*.test.tsx | Applied import sorting and formatting |
| apps/nutritionfacts/package.json | Changed dependency to workspace protocol |
| apps/nutritionfacts/index.test.ts | Applied consistent formatting |
| .github/workflows/deploy-apps.yml | Enhanced workflow with environment variables and improved caching |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
No description provided.