Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jan 6, 2020
1 parent adc78be commit 4db48f1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Sets up a specific Rust toolchain for use in your GitHub Actions workflows.

Provide a `rust-version` with the desired toolchain version to install.

You can combine it with `matrix` to test different Rust toolchains in different
platforms!
You can combine it with `matrix` to test different Rust toolchains in different platforms!

```yml
name: Test Rust project
Expand Down Expand Up @@ -48,15 +47,14 @@ For more details, check out [`action.yml`].

## Problem Matchers

This action registers the following [problem matchers](https://github.com/actions/toolkit/blob/master/docs/problem-matchers.md) to surface relavant information inline with changeset diffs.
This action registers the following [problem matchers](https://github.com/actions/toolkit/blob/master/docs/problem-matchers.md) to surface relevant information inline with changeset diffs.

* `cargo-common` matches common cases of errors and warnings
* `cargo-test` matches cargo test errors
* `cargo-fmt` matches rust format errors

To disable any or all of these you can use the `remove-matcher` directive documented [here](https://github.com/actions/toolkit/blob/master/docs/commands.md#problem-matchers)
To disable any or all of these you can use the `remove-matcher` directive documented [here](https://github.com/actions/toolkit/blob/master/docs/commands.md#problem-matchers).

# Contributing / Feedback

Contributions and feedback are welcome! Feel free to open any issues or pull
requests.
Contributions and feedback are welcome! Feel free to open any issues or pull requests.

0 comments on commit 4db48f1

Please sign in to comment.