-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
"blog": patch | ||
--- | ||
|
||
ci: migrate to pnpm | ||
|
||
## Summary by CodeRabbit | ||
|
||
- **New Features** | ||
|
||
- Introduced a new GitHub Actions workflow for validating source code during pull requests. | ||
- Added a script for TypeScript type checking in the project. | ||
|
||
- **Improvements** | ||
|
||
- Updated workflows to streamline dependency installation and caching processes. | ||
- Upgraded action versions for improved performance and compatibility. | ||
|
||
- **Bug Fixes** | ||
|
||
- Removed outdated entries from `.gitignore` and `README.md`, allowing for better tracking and clarity. | ||
|
||
- **Chores** | ||
- Enhanced configuration in `package.json` to enforce specific engine requirements for package management. |