Skip to content

fix(tsconfig): add slick-carousel for types #2

fix(tsconfig): add slick-carousel for types

fix(tsconfig): add slick-carousel for types #2

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '22' # 또는 프로젝트에서 사용하는 Node.js 버전
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test