0lai0 opened a new pull request, #1163:
URL: https://github.com/apache/mahout/pull/1163

   ### Related Issues
   
   <!-- Closes #123 -->
   
   ### Changes
   
   - [ ] Bug fix
   - [ ] New feature
   - [ ] Refactoring
   - [x] Documentation
   - [ ] Test
   - [x] CI/CD pipeline
   - [ ] Other
   
   ### Why
   
   <!-- Why is this change needed? -->
   - Add a TypeScript `typecheck` step to the website docs PR workflow.
   - Fix existing TypeScript issues in the Docusaurus website so that `npm run 
typecheck` passes.
   
   ### How
   
   <!-- What was done? -->
   - Update `.github/workflows/website-build.yml` 
   - Fix `WaveAnimation` component typing
   - Adjust `website/tsconfig.json` so the TS server includes `src/**/*`, 
`docusaurus.config.ts`, and `sidebars.ts` for typechecking.
   - Add a CSS modules type declaration so imports like `import styles from 
'./styles.module.css'` are correctly typed.
   
   
   ### Testing
   - Locally in `website/`:
     - `npm ci`
     - `npm run typecheck`
     - `npm run build`
   
   ### Checklist
   
   - [x] Added or updated unit tests for all changes
   - [x] Added or updated documentation for all changes
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to