ci(style): Add commit convention job to linting workflow

This commit is contained in:
vladislav doster 2026-07-25 15:31:00 -05:00 committed by GitHub
parent 824e18d4b9
commit 41e55eb833
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