Skip to content

Commit

Permalink
chore: Add conventional-commit linting for PR titles
Browse files Browse the repository at this point in the history
  • Loading branch information
venikx authored May 3, 2021
1 parent 7441d5f commit e9404a2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Checks
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
verify-pr:
name: Verify the PR standards
runs-on: ubuntu-latest
steps:
- uses: jef/conventional-commits-pr-action@v1
with:
comment: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e9404a2

Please sign in to comment.