Skip to content

chore(deps): update init-tracing-opentelemetry requirement from 0.24.… #472

chore(deps): update init-tracing-opentelemetry requirement from 0.24.…

chore(deps): update init-tracing-opentelemetry requirement from 0.24.… #472

Workflow file for this run

name: CI Web
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
paths:
- ".github/workflows/ci-ui.yaml"
- "modules/meteroid/proto/**"
- "modules/web/**"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
env:
TURBO_TELEMETRY_DISABLED: true
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.9.0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "pnpm"
cache-dependency-path: "modules/web/pnpm-lock.yaml"
- name: Install dependencies
run: pnpm install --prefix modules/web
- name: Run lint
run: pnpm --prefix modules/web lint