Skip to content

fix(deps): update dependency tar to v6.2.1 [security] #505

fix(deps): update dependency tar to v6.2.1 [security]

fix(deps): update dependency tar to v6.2.1 [security] #505

Workflow file for this run

# Lint the name of opened pr's using commit lint.
name: pr-name-linter
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
lint-pr-name:
runs-on: ubuntu-latest
steps:
- name: checkout code repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install commit lint conventional
run: npm i --legacy-peer-deps '@commitlint/config-angular@^12'
- name: lint pr title
uses: JulienKode/[email protected]
with:
configuration-path: './.monots/symlink/commitlint.config.cjs'