Skip to content

Dmytro/cdmd 2782 move telemetry service to the dedicated package #1209

Dmytro/cdmd 2782 move telemetry service to the dedicated package

Dmytro/cdmd 2782 move telemetry service to the dedicated package #1209

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Run linting
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install modules
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Run Biome.js checks
run: pnpm biome check . --diagnostic-level=error