Skip to content

arrowing user to register as seller by using checkbox #228

arrowing user to register as seller by using checkbox

arrowing user to register as seller by using checkbox #228

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened, closed]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules, dependencies
run: npm install
- name: Build project
run: npm run build
- name: Deploy
env:
RENDER_DEPLOY_HOOK_URL: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
run: |
curl -X POST "$RENDER_DEPLOY_HOOK_URL"