mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
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:
commit
e4b5083c7c
4
.github/workflows/linting.yaml
vendored
4
.github/workflows/linting.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue