Skip to content

change define name to match other instances #2432

change define name to match other instances

change define name to match other instances #2432

Workflow file for this run

name: Github pr-name-linter
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
PR_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/[email protected]