Skip to content

chore: dev 내용을 main 으로 머지합니다. #6

chore: dev 내용을 main 으로 머지합니다.

chore: dev 내용을 main 으로 머지합니다. #6

Workflow file for this run

name: CI
on:
pull_request:
branches: ['main', 'dev']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
command: ['build', 'build-storybook']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Node.js 및 NPM 설치
uses: ./.github/actions/install
- run: npm run ${{ matrix.command }}