Skip to content

chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 #234

chore(deps): bump follow-redirects from 1.15.3 to 1.15.4

chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 #234

name: Production:Deploy CI / CD
on:
push:
branches: [main]
jobs:
build-test-deploy-prod:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Dependencies
run: yarn
- name: Check Format
run: yarn format
- name: Lint
run: yarn lint
- name: Build App
run: |
yarn build