Skip to content

Add an icon for capturing a trace for early feedback #13

Add an icon for capturing a trace for early feedback

Add an icon for capturing a trace for early feedback #13

Workflow file for this run

name: Firefox Profiler CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn ts
- run: yarn lint
- run: yarn prettier