Skip to content

Commit

Permalink
feat(release): lint pull request title to match conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
cayacdev committed Apr 8, 2023
1 parent b240e76 commit e1b2da0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/lint-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v3

- uses: dreampulse/action-commitlint-pull-request-title@2b9c111eb0916d6da6318634db6a1d595edefa83
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitlintConfigFile: commitlint.config.js
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/[email protected]

0 comments on commit e1b2da0

Please sign in to comment.