Skip to content

wire retailer registration form to api #211

wire retailer registration form to api

wire retailer registration form to api #211

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install deps
run: npm i
- name: Run linters
run: npm run lint
- name: Run tests
run: npm run test