Skip to content

chore(deps): bump laravel/framework from 11.30.0 to 11.34.2 #8

chore(deps): bump laravel/framework from 11.30.0 to 11.34.2

chore(deps): bump laravel/framework from 11.30.0 to 11.34.2 #8

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 }}