Skip to content

Remove the unneeded notifications permission #17

Remove the unneeded notifications permission

Remove the unneeded notifications permission #17

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