actions-rust-lang / setup-rust-toolchain

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

feature(matcher): allow disabling problem matcher #27

Closed dcvz closed 10 months ago

dcvz commented 10 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 10 months ago

Sounds useful. Thanks for the PR.