11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-03 08:16:54 +00:00

chore(release): publish

This commit is contained in:
Wagner Santos 2019-11-24 09:54:04 -03:00
parent 6546e18362
commit 439bc550a3
4 changed files with 13 additions and 3 deletions

View file

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