Skip to content

build(deps-dev): bump prettier from 3.5.2 to 3.5.3 in the prettier group #482

build(deps-dev): bump prettier from 3.5.2 to 3.5.3 in the prettier group

build(deps-dev): bump prettier from 3.5.2 to 3.5.3 in the prettier group #482

Workflow file for this run

name: commitlint
on: [push, pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: yarn
node-version-file: .nvmrc
- name: Install dependencies
run: yarn
- name: Lint commit message
run: yarn commitlint --from=HEAD~1