Skip to content

test: remove C++ Jsonnet tests from ui-tests and test them in a dedicated CI job instead #213

test: remove C++ Jsonnet tests from ui-tests and test them in a dedicated CI job instead

test: remove C++ Jsonnet tests from ui-tests and test them in a dedicated CI job instead #213

name: Conventional Commits
on:
pull_request:
jobs:
check-conventional-commits:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: ./ci/check-conventional-commits.sh "${{ github.event.pull_request.base.sha }}" "${{ github.event.pull_request.head.sha }}"