Skip to content

chore: add github workflows #2

chore: add github workflows

chore: add github workflows #2

Workflow file for this run

name: Commitlint
on:
push:
branches: ['main']
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
name: Commitlint
steps:
- name: Run commitlint
uses: opensource-nepal/commitlint@v1