Skip to content

build(deps-dev): bump pestphp/pest from 3.5.0 to 3.5.1 #1

build(deps-dev): bump pestphp/pest from 3.5.0 to 3.5.1

build(deps-dev): bump pestphp/pest from 3.5.0 to 3.5.1 #1

Workflow file for this run

name: Lint Commits
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint Commits
run: |
npm install
npx commitlint --from=${{ github.event.pull_request.base.sha }} --to=${{ github.event.pull_request.head.sha }}