Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

feat: added banner and disabled links #525

feat: added banner and disabled links

feat: added banner and disabled links #525

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
- staging
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: yarn install --immutable
- name: Build
run: yarn build