Skip to content

Commit

Permalink
HOTFIX: Lint 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Nov 18, 2024
1 parent 368c0f0 commit ef5c8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: pnpm install --no-frozen-lockfile --force

- name: Lint Code
run: pnpm lint
run: pnpm lint --max-warnings 50

- name: Build
run: CI='' pnpm run build
Expand Down

0 comments on commit ef5c8b7

Please sign in to comment.