Skip to content

Fix: 비로그인 시 알림뱃지 숫자 제거 & 모달 버튼 색깔 변경 #285

Fix: 비로그인 시 알림뱃지 숫자 제거 & 모달 버튼 색깔 변경

Fix: 비로그인 시 알림뱃지 숫자 제거 & 모달 버튼 색깔 변경 #285

Workflow file for this run

name: Lint Test
on: pull_request
jobs:
build-test:
name: Lint test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run lint