Skip to content

🐞 fix (App Frontend): Phone Regex on /my-account #28

🐞 fix (App Frontend): Phone Regex on /my-account

🐞 fix (App Frontend): Phone Regex on /my-account #28

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run lint