Skip to content

build(deps): bump nanoid from 3.3.7 to 3.3.8 #2788

build(deps): bump nanoid from 3.3.7 to 3.3.8

build(deps): bump nanoid from 3.3.7 to 3.3.8 #2788

Workflow file for this run

name: Git
on: pull_request
jobs:
commitlint:
name: Conventional Commits
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: wagoid/[email protected]
with:
configFile: .commitlintrc.json