Skip to content

fix: add kind enum type for aggregation_temporality that only allow two types #139

fix: add kind enum type for aggregation_temporality that only allow two types

fix: add kind enum type for aggregation_temporality that only allow two types #139

name: Markdown Link Check
on:
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Markdown Link Check"
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.markdown-link-check.json'
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'