Skip to content

allow "_id" filters in index queries (#23979) #42

allow "_id" filters in index queries (#23979)

allow "_id" filters in index queries (#23979) #42

Workflow file for this run

name: Test and lint
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
push:
branches: [main]
pull_request:
branches: ["**"]
jobs:
check:
name: Test and lint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Node setup
uses: actions/setup-node@v4
with:
node-version: "16.15.1"
- name: NPM v7
run: npm install -g npm@7 --registry=https://registry.npmjs.org
- run: npm i
- run: npm run test
- run: npm run test-esm
- run: npm run format-check