Skip to content

Add email verification, password reset, login lockout, and module tests #285

Add email verification, password reset, login lockout, and module tests

Add email verification, password reset, login lockout, and module tests #285

Workflow file for this run

name: shared
on:
pull_request:
push:
branches: [main]
jobs:
shared:
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
- run: pnpm turbo run lint build --filter=@chordially/shared