Skip to content

✨ enhance selection loading logic to check for bookmarkBriefInfo befo… #192

✨ enhance selection loading logic to check for bookmarkBriefInfo befo…

✨ enhance selection loading logic to check for bookmarkBriefInfo befo… #192

Workflow file for this run

name: Code Scanning
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
analyze:
name: Analyze Code
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 9
run_install: false
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: ESLint
run: |
pnpm lint