Skip to content

OM 2.0: Remove MetricPoint concept, and use Sample #9

OM 2.0: Remove MetricPoint concept, and use Sample

OM 2.0: Remove MetricPoint concept, and use Sample #9

Workflow file for this run

name: Markdown Validation
on:
pull_request:
jobs:
check-md-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.2.0
with:
go-version: stable
- name: Check for broken links
run: |
make check