5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

docs: update version in instructions

This commit is contained in:
Wagner Santos 2019-10-18 17:01:16 -03:00
parent a64f515279
commit 026860da74

View file

@ -17,7 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- uses: actions/checkout@v1 - 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. 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.