Skip to content

Commit

Permalink
Merge pull request #25 from zagdang/hotfix/dependabot
Browse files Browse the repository at this point in the history
dependabot 제거
  • Loading branch information
KimKyuHoi authored Dec 14, 2024
2 parents d6aa03d + f85714e commit 35fc9c3
Show file tree
Hide file tree
Showing 6 changed files with 958 additions and 971 deletions.
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/chromatic-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
yarn install --immutable
yarn install --immutable
- name: Build Storybook
run: yarn workspace @zagdang/ui build-storybook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-push.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: corepack enable && corepack prepare [email protected] --activate

- name: Install dependencies
run: yarn install --immutable
run: yarn install --immutable

- name: Run lint checks
run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
corepack prepare [email protected] --activate
- name: Install dependencies
run: yarn install --immutable
run: yarn install --immutable

- name: Run tests with coverage
run: yarn test --coverage
Expand Down
Loading

0 comments on commit 35fc9c3

Please sign in to comment.