We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49f7c2 commit 6e36706Copy full SHA for 6e36706
.github/copilot-instructions.md
@@ -36,3 +36,4 @@ When implementing changes or new features:
36
1. Follow all [Style Guide](../docs/style-guide.md) conventions and the Code Review Priorities above
37
2. Run tests to ensure they still pass (use `./gradlew test` and `./gradlew integrationTest` as needed)
38
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