Skip to content

Fix ModalView Overlay & Integrate AddPayMethod Flow #97

Fix ModalView Overlay & Integrate AddPayMethod Flow

Fix ModalView Overlay & Integrate AddPayMethod Flow #97

Workflow file for this run

name: Prettier Check
on:
pull_request:
branches: [main]
jobs:
prettier:
name: Prettier Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run Prettier Check
run: npm run format:check