Skip to content

Optimize event processing to avoid N+1 queries #469

Optimize event processing to avoid N+1 queries

Optimize event processing to avoid N+1 queries #469

Workflow file for this run

name: "JS CI"
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
js-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run npm install
run: npm install
- name: Run npm build
run: npm run build
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}