Skip to content

refactor: styled-component 스타일 통일, api 컨벤션적용 #6

refactor: styled-component 스타일 통일, api 컨벤션적용

refactor: styled-component 스타일 통일, api 컨벤션적용 #6

Workflow file for this run

name: 'front ci'
on: pull_request
jobs:
Component-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: run test
run: npm run test