Skip to content

Commit a76fd60

Browse files
Add language to prod harder on running final tasks (#1853)
1 parent 9374294 commit a76fd60

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/copilot-instructions.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ go test -run='TestLocal/<test name>' ./internal/testrunner # For new "local
2424

2525
Always make sure code is formatted, linted, and tested before sending a pull request.
2626

27+
<critical>
28+
YOU MUST RUN THESE COMMANDS AT THE END OF YOUR SESSION!
29+
IF THESE COMMANDS FAIL, CI WILL FAIL, AND YOUR PR WILL BE REJECTED OUT OF HAND.
30+
FIXING ERRORS FROM THESE COMMANDS IS YOUR HIGHEST PRIORITY.
31+
ENSURE YOU DO THE RIGHT THINGS TO MAKE THEM PASS.
32+
```sh
33+
npx hereby build # Build the project
34+
npx hereby test # Run tests
35+
npx hereby lint # Run linters
36+
npx hereby format # Format the code
37+
```
38+
</critical>
39+
2740
## Compiler Features, Fixes, and Tests
2841

2942
When fixing a bug or implementing a new feature, at least one minimal test case should always be added in advance to verify the fix.

0 commit comments

Comments
 (0)