Skip to content

feat: Manifest v3 support, add communciation with JabRef via HTTP (#624) #842

feat: Manifest v3 support, add communciation with JabRef via HTTP (#624)

feat: Manifest v3 support, add communciation with JabRef via HTTP (#624) #842

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
merge_group:
workflow_dispatch:
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
- name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 24.11.0
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Run linter
run: pnpm lint