Skip to content

fix: 서비스 약관 동의 목록 조회의 카카오 SDK v2 대응 #331

fix: 서비스 약관 동의 목록 조회의 카카오 SDK v2 대응

fix: 서비스 약관 동의 목록 조회의 카카오 SDK v2 대응 #331

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
check-lib-project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Check linting
run: yarn lint
- name: Build typescript & flow
run: yarn build
check-example-project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Check linting
run: yarn lint
- name: Check typescript
run: yarn tsc