From f41e7cd66df32d159191e3073bfab1eb7ab91e95 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Fri, 11 Nov 2022 23:45:27 -0500 Subject: ci: unify cache keys in actions (#890) * ci: unify cache keys in actions * some docs * because empty strings are false in JS * update comment * fix build cache naming --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ebf43a79..4b5c367f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ If you want to directly contribute documentation changes or code, follow this! T 3. Make any documentation changes if necessary - if you add a new feature, it'll probably need documentation changes. 4. Commit and create a pull request to merge into the `master` branch. **Please follow the pull request template**. 5. Ask/wait for a maintainer to review your pull request. - - Check if tests pass. These consist of clippy lints, rustfmt checks, and basic tests. + - Check if the CI workflow passes. These consist of clippy lints, rustfmt checks, and basic tests. - If changes are suggested or any comments are made, they should probably be addressed. 6. Once it looks good, it'll be merged! Note that _generally_, PRs are squashed, though feel free to ask otherwise if that isn't preferable. -- cgit v1.2.3