Skip to content
Snippets Groups Projects
Commit b4c65702 authored by Imran Iqbal's avatar Imran Iqbal
Browse files

ci(workflows/commitlint): add to repo [skip ci]

parent c1dddc3a
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
name: Commitlint
'on': [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment