Skip to content

1780 bug correct cors configuration on admin route group #749

1780 bug correct cors configuration on admin route group

1780 bug correct cors configuration on admin route group #749

Workflow file for this run

name: Commitlint
on:
pull_request:
branches: [main, develop]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "24"
- name: Install commitlint
run: npm install --no-save @commitlint/cli@19 @commitlint/config-conventional@19
- name: Lint PR commits
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose