Skip to content

Feature(HK-82): 약관동의 페이지 구현 #25

Feature(HK-82): 약관동의 페이지 구현

Feature(HK-82): 약관동의 페이지 구현 #25

Workflow file for this run

name: Check Build Possibility
on:
pull_request:
branches: ['main']
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
environment:
description: 'Environment to run tests against'
type: environment
required: false
permissions:
contents: read
jobs:
build-test:
runs-on: ubuntu-24.04
env:
DISABLE_ESLINT_PLUGIN: true
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: '21.2.0'
- name: Install dependencies
run: npm install
- name: Try build
run: npm run build