Skip to content

[webclient] 소셜로그인 계정 연동/해제 기능 추가 #184

[webclient] 소셜로그인 계정 연동/해제 기능 추가

[webclient] 소셜로그인 계정 연동/해제 기능 추가 #184

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
name: ci
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Type Check
run: yarn tsc
- name: Unit Test
run: yarn test