Skip to content

Implement Dynamic shadow-neu Style with Hover and Active States for Neu-Brutalist Design #6

Implement Dynamic shadow-neu Style with Hover and Active States for Neu-Brutalist Design

Implement Dynamic shadow-neu Style with Hover and Active States for Neu-Brutalist Design #6

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