Skip to content

chore(deps): bump github.com/powerman/check from 1.6.0 to 1.7.0 #394

chore(deps): bump github.com/powerman/check from 1.6.0 to 1.7.0

chore(deps): bump github.com/powerman/check from 1.6.0 to 1.7.0 #394

Workflow file for this run

name: Lint PR name
on:
pull_request:
branches: master
types: [ opened, edited, synchronize, reopened ]
jobs:
lint-PR-name:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v0.5.0
with:
configuration-path: '.github/commitlint.config.js'