Skip to content

Commit

Permalink
docs: update version in instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoid committed Oct 18, 2019
1 parent a64f515 commit 026860d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
- uses: wagoid/commitlint-github-action@v1.1.1
- uses: wagoid/commitlint-github-action@v1.2.1
```
Alternatively, you can run on other event types such as `on: [push]`. In that case the action will lint the current commit instead of linting all commits from a pull request.
Expand Down

0 comments on commit 026860d

Please sign in to comment.