Skip to content

Add Gmail-style time-based search operators #89

Add Gmail-style time-based search operators

Add Gmail-style time-based search operators #89

Workflow file for this run

name: Test
on:
pull_request:
paths:
- 'src/**'
- 'package.json'
- 'package-lock.json'
push:
branches:
- master
paths:
- 'src/**'
- 'package.json'
- 'package-lock.json'
permissions:
contents: read
jobs:
frontend-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run frontend quality checks
run: npm run check:frontend