Skip to content

build(deps-dev): bump express from 4.18.1 to 4.19.2 #349

build(deps-dev): bump express from 4.18.1 to 4.19.2

build(deps-dev): bump express from 4.18.1 to 4.19.2 #349

Workflow file for this run

name: PR Title Check
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
jobs:
check_pr_title:
if: (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed'))
runs-on: ubuntu-latest
name: Check PR Title
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}