Skip to content

build(deps-dev): Bump webpack from 5.93.0 to 5.94.0 #552

build(deps-dev): Bump webpack from 5.93.0 to 5.94.0

build(deps-dev): Bump webpack from 5.93.0 to 5.94.0 #552

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- edited
- opened
- reopened
- synchronize
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint pull request title
uses: extenda/actions/commitlint@v0
with:
message: ${{ github.event.pull_request.title }}
- name: Lint commit messages
if: always()
uses: extenda/actions/commitlint@v0
with:
relaxed: ${{ contains(job.status, 'success') }}