actions-rust-lang / setup-rust-toolchain

Setup a specific Rust toolchain with extra features like problem matchers
MIT License
193 stars 33 forks source link

feature(matcher): allow disabling problem matcher #27

Closed dcvz closed 11 months ago

dcvz commented 12 months ago

Allows disabling the problem matcher. This is useful when you have a matrix of rust tasks which end up posting the same issue as many times as you have workflows.

jonasbb commented 11 months ago

Sounds useful. Thanks for the PR.