Skip to content

build(deps-dev): bump webpack from 5.94.0 to 5.95.0 in the npm_and_yarn group #1036

build(deps-dev): bump webpack from 5.94.0 to 5.95.0 in the npm_and_yarn group

build(deps-dev): bump webpack from 5.94.0 to 5.95.0 in the npm_and_yarn group #1036

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}