Skip to content

타이어 커스텀 페이지 구현 - 측면 디자인 close #23 #11

타이어 커스텀 페이지 구현 - 측면 디자인 close #23

타이어 커스텀 페이지 구현 - 측면 디자인 close #23 #11

Workflow file for this run

name: Check Build Possibility
on:
pull_request:
branches: [ "develop" ]
jobs:
build-test:
runs-on: ubuntu-20.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