Skip to content

fix(engine): centralize telemetry timer management in runtime manager #9571

fix(engine): centralize telemetry timer management in runtime manager

fix(engine): centralize telemetry timer management in runtime manager #9571

Workflow file for this run

# This workflow is for various linting tasks that act in bulk over the repository.
# Scoped linting (i.e. code formatting) should be done in the respective language-specific workflows.
name: Repo Lint
permissions: read-all
on:
pull_request:
branches:
- main
merge_group:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
with:
egress-policy: audit
- name: check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: run markdownlint
uses: DavidAnson/markdownlint-cli2-action@6b51ade7a9e4a75a7ad929842dd298a3804ebe8b # v23.1.0
with:
globs: |
**/*.md
sanity:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: run sanitycheck.py
run: python3 ./tools/sanitycheck.py
renovate-config-validation:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
- name: Validate Renovate config
run: npx --yes --package renovate -- renovate-config-validator --strict
license-header-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: korandoru/hawkeye@c57037afedf940370c41eb660837c8aa928d472a # v6.5.1