Skip to content

Bug 826 auto review next note doesn't work when first note reviewed is not selected from sidebar #232

Bug 826 auto review next note doesn't work when first note reviewed is not selected from sidebar

Bug 826 auto review next note doesn't work when first note reviewed is not selected from sidebar #232

Workflow file for this run

name: Lint and Test
on:
pull_request:
branches: [master]
jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20.x"
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install -g pnpm && pnpm install
- name: Lint
run: pnpm lint
- name: Test
run: pnpm test