-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(workflow): add a new workflow containing all checks #145
Conversation
|
0993801
to
ee4aded
Compare
ee4aded
to
a270e6b
Compare
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.
LGTM
.github/workflows/release.yaml
Outdated
publish: npm run release | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} |
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.
- new line
Summary
This PR streamlines the CI workflow by consolidating separate checks into a single file. It optimizes the process by installing Node.js modules once and reusing them across multiple check jobs. This change improves efficiency and reduces redundancy in our CI checks.
Changes Made
Related Issues
Checklist