mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-09-23 17:56:07 +00:00
Add git commit requirement to validation process
- Include creating a git commit as step 5 in validation priority order - Add git commit to minimum requirements for completing changes - Ensures work is properly saved after validation
This commit is contained in:
parent
58322d237e
commit
849693416a
@ -1066,10 +1066,12 @@ Run available tools in this priority order:
|
|||||||
2. **Building/Compilation** (Required): Verify the project builds successfully
|
2. **Building/Compilation** (Required): Verify the project builds successfully
|
||||||
3. **Linting** (Recommended): Check code style and catch potential issues
|
3. **Linting** (Recommended): Check code style and catch potential issues
|
||||||
4. **Tests** (If Available): Run existing test suite
|
4. **Tests** (If Available): Run existing test suite
|
||||||
|
5. **Git Commit** (Required): Create a commit with your changes when finished
|
||||||
|
|
||||||
**Minimum Requirements:**
|
**Minimum Requirements:**
|
||||||
- Code must type-check without errors
|
- Code must type-check without errors
|
||||||
- Code must build/compile successfully
|
- Code must build/compile successfully
|
||||||
- Fix any critical linting errors that would break functionality
|
- Fix any critical linting errors that would break functionality
|
||||||
|
- Create a git commit when your changes are complete
|
||||||
|
|
||||||
The validation ensures code quality and catches errors before deployment, regardless of the development environment.
|
The validation ensures code quality and catches errors before deployment, regardless of the development environment.
|
Loading…
x
Reference in New Issue
Block a user