Skip to content

fix: reset partial key sequence on click/scroll #1230

fix: reset partial key sequence on click/scroll

fix: reset partial key sequence on click/scroll #1230

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Configure git
run: |
git config --global \
url."https://github.com/mozilla-firefox/firefox.git".insteadOf \
"git@github.com:mozilla-firefox/firefox.git"
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
- name: Setup Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: "24"
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Download Firefox source
run: |
pnpm firefox:download
- name: Bootstrap repo
run: |
pnpm bootstrap
- name: Run lint
run: |
pnpm lint
zizmor:
name: zizmor
runs-on: ubuntu-latest
permissions:
security-events: write # so zizmor can write findings
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
with:
advanced-security: true