Skip to content

[ENHANCEMENT] pyroscope: optimize transformProfileResponse to O(n) (#… #1

[ENHANCEMENT] pyroscope: optimize transformProfileResponse to O(n) (#…

[ENHANCEMENT] pyroscope: optimize transformProfileResponse to O(n) (#… #1

Workflow file for this run

name: react.yml
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
lint-npm:
name: "lint-npm"
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
- uses: perses/github-actions@v0.12.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_npm: true
- run: npm ci
- run: npm run lint
test-npm:
name: "test-npm"
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
- uses: perses/github-actions@v0.12.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_npm: true
- run: npm ci
- run: npm run test
type-check:
name: "type-check"
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
- uses: perses/github-actions@v0.12.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_npm: true
- run: npm ci
- run: npm run type-check