Skip to content

Merge branch 'main' of github.com:CoreTrace/coretrace-stack-analyzer … #146

Merge branch 'main' of github.com:CoreTrace/coretrace-stack-analyzer …

Merge branch 'main' of github.com:CoreTrace/coretrace-stack-analyzer … #146

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: Commit conventions
on:
push:
jobs:
commit_check:
name: Check conventional commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate commit messages
run: |
python3 scripts/ci/commit_checker.py