Skip to content

Add Metrics endpoint for the api #38

Add Metrics endpoint for the api

Add Metrics endpoint for the api #38

Workflow file for this run

name: Check Typos
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run typos check
uses: crate-ci/typos@v1.26.0