Skip to content

deps: bump org.jlleitschuh.gradle.ktlint from 12.1.1 to 12.1.2 in /telemetry/jetbrains #787

deps: bump org.jlleitschuh.gradle.ktlint from 12.1.1 to 12.1.2 in /telemetry/jetbrains

deps: bump org.jlleitschuh.gradle.ktlint from 12.1.1 to 12.1.2 in /telemetry/jetbrains #787

name: Lint Telemetry Definitions
on:
push:
branches: [main]
pull_request:
branches: [main, feature/*]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Sync Code
uses: actions/checkout@v4
- name: Compile the Validation code
run: |
cd telemetry/validation
npm ci
npm run build
npm run test
- name: Validate the telemetry definitions
run: |
cd telemetry/validation
npm run validate