Skip to content

adding padding

adding padding #169

Workflow file for this run

name: Build Next.js on Dev Branch
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: npm ci
- name: Build Next.js
run: npm run build