Skip to content

Commit

Permalink
chore: add pr lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Oct 27, 2023
1 parent cd6b575 commit b974c3e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lint-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Lint PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true

0 comments on commit b974c3e

Please sign in to comment.