mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
16 lines
330 B
YAML
16 lines
330 B
YAML
name: Lint commit messages
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
jobs:
|
|
commitlint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2.0.0
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Lint commit messages
|
|
uses: wagoid/commitlint-github-action@v1.6.0
|