Skip to content

Deps: Update all non-major dependencies #757

Deps: Update all non-major dependencies

Deps: Update all non-major dependencies #757

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: 5
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Node and Install Dependencies
uses: ./.github/actions/setup-install
- name: Commitlint
run: npx commitlint --color --verbose --from $(git merge-base origin/main HEAD)