Skip to content

OpenTelemetry Protocol Support #327

OpenTelemetry Protocol Support

OpenTelemetry Protocol Support #327

Workflow file for this run

name: Tests (lint)
on:
pull_request:
env:
NODE_VERSION: 24.x
permissions:
contents: read
jobs:
lint:
name: Tests (lint)
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: |
npm ci
- name: Linting
run: |
./node_modules/.bin/biome ci --no-errors-on-unmatched