Skip to content

feat: changes add

feat: changes add #13

Workflow file for this run

name: Quality Checks
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository 🛎️
uses: actions/checkout@v3
- name: Run commitlint 🟩
uses: fossnsbm/github-actions/quality-validate/commitlint@main