Skip to content

fix(contextMenus/global_context_search): add error handling, improve menu title, and fix tab crash #1131

fix(contextMenus/global_context_search): add error handling, improve menu title, and fix tab crash

fix(contextMenus/global_context_search): add error handling, improve menu title, and fix tab crash #1131

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint