Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

chore(deps): bump cachix/install-nix-action from 30 to 31 #433

chore(deps): bump cachix/install-nix-action from 30 to 31

chore(deps): bump cachix/install-nix-action from 30 to 31 #433

Workflow file for this run

name: Lint Commit
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
jobs:
commitlint:
runs-on: ubuntu-latest
name: commitlint
steps:
- uses: actions/checkout@v4
- name: Install Deps
run: yarn install
- name: Lint PR Title
run: echo "${{ github.event.pull_request.title }}" | yarn commitlint