Skip to content

tests for create user flow #90

tests for create user flow

tests for create user flow #90

name: Check Pull Request
on:
pull_request:
branches:
- main
types:
- opened
- edited
- reopened
- synchronize
- ready_for_review
jobs:
cdp-workflows:
name: Run Pull Request Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm install
- run: npm run format:check
- run: npm run lint