Skip to content

Feature/#160 경찰 이미 스킬 사용했을 때는 토스트, 아직 결과가 안왔을 때는 모달 안띄운다 #34

Feature/#160 경찰 이미 스킬 사용했을 때는 토스트, 아직 결과가 안왔을 때는 모달 안띄운다

Feature/#160 경찰 이미 스킬 사용했을 때는 토스트, 아직 결과가 안왔을 때는 모달 안띄운다 #34

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build