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 11cb8af commit 6fa8d5bCopy full SHA for 6fa8d5b
README.md
@@ -63,9 +63,9 @@ it is ready for review.
63
64
## Bonus
65
66
-* Include a rusty-hook that will ensure that all code is formatted, compiles
+* Include a pre-commit hook that will ensure that all code is formatted, compiles
67
without error, and is free of clippy errors.
68
* Create a GitHub Action that will launch your chat server and attempt to
69
send a message to the server from the client. Make sure that niether the server
70
or client exit with a failure. This action should be run anytime new code
71
-is pushed to a branch or landed on the main branch.
+is pushed to a branch or landed on the main branch.
0 commit comments