mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 19:51:07 +05:00
16 lines
299 B
YAML
16 lines
299 B
YAML
name: Commitlint
|
|
|
|
on: pull_request
|
|
|
|
jobs:
|
|
lint:
|
|
name: Lint commit messages
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Lint commit messages
|
|
uses: wagoid/commitlint-github-action@v6
|