Skip to content

Commit

Permalink
ci(commitlint): add commit-lint action for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers committed Aug 23, 2020
1 parent 885557e commit 8a5b5a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: commit-lint

on:
pull_request:

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: ahmadnassri/action-conventional-commit-lint@v1
with:
token: ${{ github.token }}

0 comments on commit 8a5b5a1

Please sign in to comment.