Merge pull request #797 from zdharma-continuum/ci/lint-commit-message

ci(style): Add commit convention job to linting workflow
This commit is contained in:
vladislav doster 2026-07-25 15:33:07 -05:00 committed by GitHub
commit e4b5083c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,10 @@ on:
workflow_dispatch:
jobs:
commit:
name: "commit convention"
uses: zdharma-continuum/.github/.github/workflows/commit-job.yml@main
mdlint:
name: markdown
runs-on: ubuntu-latest