Skip to content

Changing phone number validation pattern to allow extensions #644

Changing phone number validation pattern to allow extensions

Changing phone number validation pattern to allow extensions #644

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
cache: "npm"
- name: Install Dependencies
run: npm install
- name: Lint Prettier
run: npm run lint