Skip to content

feat: Pass in metric version and name to experiments #513

feat: Pass in metric version and name to experiments

feat: Pass in metric version and name to experiments #513

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [$default-branch]
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
SKIP: "mypy"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1