Skip to content

chore(deps): update dependency react-icons to v4.11.0 #1679

chore(deps): update dependency react-icons to v4.11.0

chore(deps): update dependency react-icons to v4.11.0 #1679

Workflow file for this run

name: commitlint
on:
pull_request:
branches: ['main']
jobs:
commitlint:
name: Run commitlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: volta-cli/action@v4
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Validate all commits from PR
run: yarn commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose