File tree Expand file tree Collapse file tree 10 files changed +13
-9
lines changed
Expand file tree Collapse file tree 10 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 4242 if : ${{ needs.skip-check.outputs.should_skip != 'true' }}
4343 runs-on : ubuntu-latest
4444 timeout-minutes : 30
45+ permissions :
46+ contents : read
47+ id-token : write
4548 env :
4649 GITHUB_TOKEN : ${{ secrets.GH_PAT_UI }}
4750 steps :
6467 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6568 with :
6669 node-version-file : .node-version
70+ registry-url : ' https://registry.npmjs.org'
6771 cache : ' pnpm'
6872 cache-dependency-path : ui/pnpm-lock.yaml
6973
Original file line number Diff line number Diff line change 1- # Parca API Client
1+ ## Parca API Client
Original file line number Diff line number Diff line change 1- ## Parca Component Library
1+ # Parca Component Library
22
33A package with all react components that are used in Parca.
Original file line number Diff line number Diff line change 1- # Dynamically resize Parca components
1+ ## Dynamically resize Parca components
22
33Library all around dynamically sizing components.
Original file line number Diff line number Diff line change 1- # Parca Hooks
1+ ## Parca Hooks
22
33A library containing React hooks used in the Parca UI
Original file line number Diff line number Diff line change 1- # Parca Icons
1+ ## Parca Icons
22
33These are some of the commonly used icons in the Parca project.
Original file line number Diff line number Diff line change 1- # JS Parser for continuous profiling language
1+ ## JS Parser for continuous profiling language
Original file line number Diff line number Diff line change 1- # Parca Profile Libraries
1+ ## Parca Profile Libraries
Original file line number Diff line number Diff line change 1- # Parca Store
1+ ## Parca Store
22
33State management for the Parca UI
Original file line number Diff line number Diff line change 1- # Parca Shared Functions
1+ ## Parca Shared Functions
You can’t perform that action at this time.
0 commit comments