Skip to content

Conversation

ecomachio
Copy link
Contributor

This pull request introduces a new GitHub Actions workflow that automates the building, testing, and linting of our project.

The key features of this workflow include:

  • Triggering on every push and pull request to the main branch.
  • Setting up a Node.js environment with the version specified in the workflow file.
  • Installing project dependencies using npm ci for a more reliable and faster build.
  • Running the build and test scripts defined in our package.json file.
  • Running the lint script to ensure our code adheres to our established coding standards.
  • This addition will help improve the overall development process by ensuring that every change pushed to the main branch or proposed via a pull request is built, tested, and linted. This will help us catch and fix issues earlier in the development process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant