Skip to content

Commit

Permalink
ci: lint commit message on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Oct 11, 2020
1 parent 8a8decb commit 1b1f113
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: CI
on: [push, pull_request]

jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2
code-coverage:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1b1f113

Please sign in to comment.