Skip to content

Remove old metric latency references #806

Remove old metric latency references

Remove old metric latency references #806

Workflow file for this run

name: Lint Commit Messages 📝
on:
pull_request:
branches:
- main
- v2
push:
branches:
- main
- v2
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout code 📥
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run commit lint check ✅
uses: wagoid/commitlint-github-action@v5
with:
configFile: .commitlint.config.js