Skip to content

feat: Implement consent page that runs on (firefox) install/update (#… #118

feat: Implement consent page that runs on (firefox) install/update (#…

feat: Implement consent page that runs on (firefox) install/update (#… #118

Workflow file for this run

name: ci
permissions:
id-token: write
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: npm ci
- name: Build Chrome extension
run: npm run build
- name: Build Firefox extension
run: npm run build:firefox