Skip to content

chore: ignore language statistics of config files in gitattributes #3

chore: ignore language statistics of config files in gitattributes

chore: ignore language statistics of config files in gitattributes #3

Workflow file for this run

name: Commitlint
on:
push:
pull_request:
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: dafnik/commitlint@v1