Skip to content

Deps: Update all non-major dependencies #9233

Deps: Update all non-major dependencies

Deps: Update all non-major dependencies #9233

Workflow file for this run

name: 🔍 Commit Checks
on:
push:
branches-ignore:
- main
jobs:
commitlint:
name: 🧾 Linting Commit
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node and Install Dependencies
uses: ./.github/actions/setup-install
- name: Run Commitlint
run: yarn lint:commit