Skip to content

Add Personal Information section with name, phone number, and email address #28

Add Personal Information section with name, phone number, and email address

Add Personal Information section with name, phone number, and email address #28

Workflow file for this run

name: Prettier
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install
- name: Run Prettier
run: yarn prettier --check .