Skip to content

feat: Gmail badges now count only the Primary inbox tab #2

feat: Gmail badges now count only the Primary inbox tab

feat: Gmail badges now count only the Primary inbox tab #2

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint
- name: Test
run: npm test