Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

build(deps-dev): bump the ui-deps group in /src/ui with 6 updates #1940

build(deps-dev): bump the ui-deps group in /src/ui with 6 updates

build(deps-dev): bump the ui-deps group in /src/ui with 6 updates #1940

Workflow file for this run

name: Lint Commits
on: pull_request
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npm install --save-dev @vidavidorra/commitlint-config
- uses: wagoid/commitlint-github-action@v5.4.4
env:
NODE_PATH: ${{ github.workspace }}/node_modules