Skip to content

build(deps-dev): bump react and @types/react #437

build(deps-dev): bump react and @types/react

build(deps-dev): bump react and @types/react #437

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: yarn install --immutable
- uses: wagoid/commitlint-github-action@v5
env:
NODE_PATH: ${{ github.workspace }}/node_modules