Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Workflow action typo
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Sep 27, 2019
1 parent 33a7166 commit a9a301c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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:
Expand Down

0 comments on commit a9a301c

Please sign in to comment.