Skip to content

Commit

Permalink
refactor(ci.yaml): jobs 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
juchanhwang committed Mar 14, 2024
1 parent f99715f commit 0e4450a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
- name: Check style-lint
run: pnpm lint:style

jobs:
build:
runs-on: ubuntu-latest
strategy:
Expand Down
26 changes: 26 additions & 0 deletions .github/workflows/design-system-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#name: design-system-ci
#
#on:
# pull_request:
# paths:
# - 'packages/design-system/**'
# branches:
# - dev
#
#jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
#
# - name: Install Node.js
# uses: actions/setup-node@v4
# with:
# node-version: 20
#
# - name: Install dependencies
# run: pnpm install
#
# - name: Build
# run: pnpm run build

0 comments on commit 0e4450a

Please sign in to comment.