Skip to content

IWB-4: User is navigated off of chooseTeam once they're accepted through waitlist #825

IWB-4: User is navigated off of chooseTeam once they're accepted through waitlist

IWB-4: User is navigated off of chooseTeam once they're accepted through waitlist #825

Workflow file for this run

name: Prettier Code Format Check
on: [pull_request]
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "21" # Use whatever node version your project requires
- name: Install Packages
run: yarn add prettier eslint@8.56 --dev
- name: Check code formatting
run: yarn pretty:check