Skip to content

ci: enable commit checker in 'make ci' and github action #55

ci: enable commit checker in 'make ci' and github action

ci: enable commit checker in 'make ci' and github action #55

Workflow file for this run

name: Commit Message Validation
on:
pull_request:
branches:
- main
jobs:
commit-message-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: CI/CD commit and code format checking
run: |
make ci