Skip to content

Chore/improve telemetry #101

Chore/improve telemetry

Chore/improve telemetry #101

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, synchronize]
paths:
- "apps/**"
- "packages/**"
- "pnpm-lock.yaml"
- "turbo.json"
- "package.json"
- "biome.json"
- ".eslintrc.*"
- "next.config.*"
env:
FORCE_COLOR: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4
- name: 🔧 Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.0.0
- name: 🔧 Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "23"
cache: "pnpm"
- name: 📦 Install dependencies
run: pnpm install --frozen-lockfile
- name: 🔍 Run Biome check
run: npx biome check .