-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
β¨ Feature Request
π Description
I would like to contribute a GitHub Actions workflow file to ensure the project is always in a working state.
This will run for every pull request and push request targeting the main branch.
π€ Motivation
Why is this feature important? What problem does it solve?
This workflow is crucial as it automatically validates all contributions, protecting the main branch from errors and providing immediate feedback.
π Proposed Solution
This workflow will be added to the .github/workflows/ directory and will automatically:
Install dependencies and check for potential errors. The workflow will exit with an error code if any fatal problems are detected, which will mark the check as failed else marked with passed.
Metadata
Metadata
Assignees
Labels
No labels