Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /examples/browser #108

chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /examples/browser

chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /examples/browser #108

Workflow file for this run

name: "Pull request linter"
on:
pull_request:
jobs:
lint_pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}