From a9a301cdc23e9da2a75210ffb34f92f8e7d3fc2e Mon Sep 17 00:00:00 2001 From: svartalf Date: Fri, 27 Sep 2019 15:26:12 +0300 Subject: [PATCH] Workflow action typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e54db8e9..7c728812 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > Clippy lints in your Pull Requests This GitHub Action executes [`clippy`](https://github.com/rust-lang/rust-clippy) -and posts all lints as annotations for the pushed commit. +and posts all lints as annotations for the pushed commit, as in the live example [here](https://github.com/actions-rs/example/pull/2/files). ![Screenshot](./.github/screenshot.png) @@ -23,7 +23,7 @@ jobs: clippy_check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1 + - uses: actions/checkout@v1 - id: component uses: actions-rs/components-nightly@v1 with: