Skip to content

Commit Lint Test (adding something here) abc #92

Commit Lint Test (adding something here) abc

Commit Lint Test (adding something here) abc #92

Workflow file for this run

name: Commit Lint Test (adding something here) abc
on:
merge_group:
branches:
- master
types:
- checks_requested
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
ref: ${{ github.sha }}
- name: Run Commitlint Action from Fork
uses: YossiSaadi/commitlint-github-action@feat/support-merge_group-event-squashed-commit