Skip to content

fix: 🐞 Dependecy not from the npm registry #916

fix: 🐞 Dependecy not from the npm registry

fix: 🐞 Dependecy not from the npm registry #916

Workflow file for this run

name: Lint Commit Messages πŸ“
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout code πŸ“₯
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run commit lint check βœ…
uses: wagoid/commitlint-github-action@v5
with:
configFile: .commitlint.config.js