mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
11 lines
188 B
YAML
11 lines
188 B
YAML
name: Lint Commit Messages
|
|
|
|
on: workflow_call
|
|
|
|
jobs:
|
|
commitlint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: wagoid/commitlint-github-action@v6
|