Skip to content

[Feat] 칸반보드 뷰 작성 및 최초 데이터 및 롱폴링 연결 #14

[Feat] 칸반보드 뷰 작성 및 최초 데이터 및 롱폴링 연결

[Feat] 칸반보드 뷰 작성 및 최초 데이터 및 롱폴링 연결 #14

Workflow file for this run

name: CI
on:
pull_request:
branches: [ dev ]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: '9'
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build