You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unified Frontend build check workflow to ensure code quality and consistency
Your Name
Prisha Vallamsetti
Description
Linting:
Checkout codebase
"npm install -g pnpm"
Install dependencies using pnpm install
Run Prettier to ensure code formatting consistency (yarn run format:check)
Run ESLint (yarn run lint) ensuring its execution separate of Prettier's success
Building & Staging:
Checkout codebase
Install dependencies using pnpm install
Build the frontend assets using yarn build
Stage the built assets using a custom action rossjrw/pr-preview-action@v1 to create a preview environment
Testing:
Checkout codebase
Install dependencies using pnpm install
Run tests with coverage using yarn run test --coverage
The workflow configuration is triggered on each pull request so each step is reached and checked
The text was updated successfully, but these errors were encountered:
Feature Name
unified Frontend build check workflow to ensure code quality and consistency
Your Name
Prisha Vallamsetti
Description
Checkout codebase
"npm install -g pnpm"
Install dependencies using pnpm install
Run Prettier to ensure code formatting consistency (yarn run format:check)
Run ESLint (yarn run lint) ensuring its execution separate of Prettier's success
Checkout codebase
Install dependencies using pnpm install
Build the frontend assets using yarn build
Stage the built assets using a custom action rossjrw/pr-preview-action@v1 to create a preview environment
Checkout codebase
Install dependencies using pnpm install
Run tests with coverage using yarn run test --coverage
The workflow configuration is triggered on each pull request so each step is reached and checked
The text was updated successfully, but these errors were encountered: