fix(ci): fixed incorrect formatting for commitlint GitHub CI action
Some checks failed
Commitlint / Run commitlint scanning (push) Has been cancelled

Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
Ahmad 2025-03-17 21:23:25 -04:00 committed by GitHub
parent c2316e8f3d
commit e5bffdb889
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Configure Corepack - name: Configure Corepack
run: corepack enable run: corepack enable
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4 uses: actions/setup-node@v4
@ -36,4 +36,4 @@ jobs:
- name: Validate PR commits with commitlint - name: Validate PR commits with commitlint
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose