DSACMS / metrics

Experimentations in Open Source Repository Metrics
https://dsacms.github.io/metrics/
Other
6 stars 2 forks source link

Add Build Script to Checks Workflow #175

Closed RicardoZamora01 closed 1 month ago

RicardoZamora01 commented 1 month ago

module-name: Add Build Script to Checks Workflow

Problem

Front end checks currently does not have a build script. Without running the build step in front end checks, we wouldn't catch any build-related errors early in the development process.

Solution

Added build script to front end checks.

Result

This ensures that every time changes are pushed to the repository or a pull request is made, the project is built and tested automatically. This helps catch build-related issues early and ensures that the codebase is always in a deployable state.