Skip to content

Merge pull request #1096 from Arowolokehinde/feat/issue-1018-scholar-… #1284

Merge pull request #1096 from Arowolokehinde/feat/issue-1018-scholar-…

Merge pull request #1096 from Arowolokehinde/feat/issue-1018-scholar-… #1284

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Frontend build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build