Skip to content

feat: implement Web Push pipeline for stealth payment alerts #262

feat: implement Web Push pipeline for stealth payment alerts

feat: implement Web Push pipeline for stealth payment alerts #262

Workflow file for this run

name: CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Enable corepack (installs pnpm from packageManager field)
run: |
corepack enable
corepack prepare pnpm@10.28.2 --activate
pnpm --version
- run: pnpm install --frozen-lockfile
- run: pnpm format:check
- run: pnpm build