Skip to content

Merge pull request #16 from ThreeDotsTech/fix/dynamic-shadow-new-styling #7

Merge pull request #16 from ThreeDotsTech/fix/dynamic-shadow-new-styling

Merge pull request #16 from ThreeDotsTech/fix/dynamic-shadow-new-styling #7

Workflow file for this run

name: Build Ghost Interface CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: yarn install
- name: Build the React app
run: yarn build