Skip to content

Commit

Permalink
chore: change back commit lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blakecduncan committed Oct 26, 2023
1 parent 63d7e2f commit 627d9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
node-version: "18.13"
cache: "yarn"

- name: Install commitlint
run: yarn global add @commitlint/config-conventional @commitlint/cli
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Use commitlint to check PR title
run: echo "${{ github.event.pull_request.title }}" | yarn commitlint
Expand Down

0 comments on commit 627d9bd

Please sign in to comment.