Skip to content

fix: intervention nav bugfixes #370

fix: intervention nav bugfixes

fix: intervention nav bugfixes #370

Workflow file for this run

name: Verify pull request title meets commitlint criteria
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm install --immutable --immutable-cache --check-cache
- name: Lint pull request title
uses: JulienKode/[email protected]
with:
configuration-path: ./commitlint.config.js