Skip to content

fix(deps-dev): bump @types/morgan from 1.9.3 to 1.9.9 #171

fix(deps-dev): bump @types/morgan from 1.9.3 to 1.9.9

fix(deps-dev): bump @types/morgan from 1.9.3 to 1.9.9 #171

Workflow file for this run

name: Validate PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
validateSingleCommit: true
env:
GITHUB_TOKEN: ${{ github.token }}