Skip to content

fix: replace blocked videos with labelled placeholders #921

fix: replace blocked videos with labelled placeholders

fix: replace blocked videos with labelled placeholders #921

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
fetch-depth: 0
- id: setup-environment
uses: ./.github/actions/setup
with:
node-version: '22'
- run: yarn commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose