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 51173b3 commit 84ba0c9Copy full SHA for 84ba0c9
README.md
@@ -52,6 +52,7 @@ Afterward, the `components` and `target` specified via inputs are installed in a
52
| `target` | Additional target support to install e.g. `wasm32-unknown-unknown` | |
53
| `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt` | |
54
| `cache` | Automatically configure Rust cache (using `Swatinem/rust-cache`) | true |
55
+| `matcher` | Enable problem matcher to surface build messages and formatting issues | true |
56
| `rustflags` | Set the value of `RUSTFLAGS` (set to empty string to avoid overwriting existing flags) | "-D warnings" |
57
58
### RUSTFLAGS
0 commit comments