Skip to content

build(deps): bump write-file-atomic from 6.0.0 to 7.0.1 #29

build(deps): bump write-file-atomic from 6.0.0 to 7.0.1

build(deps): bump write-file-atomic from 6.0.0 to 7.0.1 #29

Workflow file for this run

name: Commitlint
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: jdx/mise-action@v4
- run: pnpm install --frozen-lockfile --ignore-scripts
- name: Validate PR commit messages
run: |
pnpm exec commitlint \
--from ${{ github.event.pull_request.base.sha }} \
--to ${{ github.event.pull_request.head.sha }} \
--verbose