Skip to content

🔧 : clsx 라이브러리 설치 #336

🔧 : clsx 라이브러리 설치

🔧 : clsx 라이브러리 설치 #336

Workflow file for this run

# Workflow name
name: "CI Workflow"
# Event for the workflow
on: push
# List of jobs
jobs:
test:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v3 # Checkout the repository code
- run: npm install # Install dependencies