Skip to content

feat(indexer): e/p/d tag filters — threads and stable records become … #1235

feat(indexer): e/p/d tag filters — threads and stable records become …

feat(indexer): e/p/d tag filters — threads and stable records become … #1235

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Web unit tests
run: pnpm test:web
- name: Lint
run: pnpm lint
- name: Typecheck
run: pnpm typecheck
- name: Build
run: pnpm build