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

Switch UI build system to pnpm #1848

Switch UI build system to pnpm

Switch UI build system to pnpm #1848

Workflow file for this run

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