Skip to content

chore: add Sam and Adam to Codeowners #838

chore: add Sam and Adam to Codeowners

chore: add Sam and Adam to Codeowners #838

Workflow file for this run

name: Commitlint Workflow
on:
pull_request:
branches: [main]
jobs:
Check-Commit-Message:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
- id: setup-environment
uses: ./.github/actions/setup
with:
node-version: '20'
- run: yarn commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose