Skip to content

Commit 6e36706

Browse files
authored
Update .github/copilot-instructions.md
1 parent d49f7c2 commit 6e36706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ When implementing changes or new features:
3636
1. Follow all [Style Guide](../docs/style-guide.md) conventions and the Code Review Priorities above
3737
2. Run tests to ensure they still pass (use `./gradlew test` and `./gradlew integrationTest` as needed)
3838
3. **Always run `./gradlew spotlessApply`** after making code changes to ensure proper formatting
39+
4. Run markdown lint to ensure it still passes: `npx [email protected] -c .github/config/markdownlint.yml **/*.md`

0 commit comments

Comments
 (0)