Skip to content

fix(build): pass base-prefix Python to cmake for SWIG bindings (#216) #473

fix(build): pass base-prefix Python to cmake for SWIG bindings (#216)

fix(build): pass base-prefix Python to cmake for SWIG bindings (#216) #473

Workflow file for this run

name: Commit Lint
on:
pull_request:
branches: [master, main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Commitlint
uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
with:
configFile: .commitlintrc.yml