Skip to content

Commit

Permalink
ci: lint commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
pczeglik-iohk committed Jun 24, 2024
1 parent 556ad3a commit 8c0f732
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
Expand All @@ -41,6 +43,9 @@ jobs:
- name: Install dependencies
run: yarn install --immutable --inline-builds

- name: Validate PR commits with commitlint
run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose

- name: Format
run: yarn format-check

Expand Down

0 comments on commit 8c0f732

Please sign in to comment.