Skip to content

[refactor/slider-switch] - 슬라이더 on off 색깔 변경 및 스위치 스타일 재수정 #46

[refactor/slider-switch] - 슬라이더 on off 색깔 변경 및 스위치 스타일 재수정

[refactor/slider-switch] - 슬라이더 on off 색깔 변경 및 스위치 스타일 재수정 #46

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint
- run: pnpm test
- run: pnpm build