Add components to `rust-toolchain` file
This seems to be helping since GitHub changed the behavior of the rustup toolchain install from the default profile to a minimal which excludes fmt and clippy
source: https://github.com/rust-lang/rustup/issues/4337
Add .prettierignore
Donβt run prettier on a rust crate
π Preview π Workflow runs π Branch on GitHub
3 files changed
+5
-2
33b8ecde
β
0603f63c
added .prettierignore
@@ -0,0 +1 @@
| + | |
modified radicle-httpd/rust-toolchain
@@ -1 +1,3 @@
| - | |
| + | |
| + | |
| + | |
modified scripts/check
@@ -4,4 +4,4 @@ set -e
|
|
|
|
|
|
| - | |
| + | |