Skip to content

Commit

Permalink
ci: 린트 반드시 성공하게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Sep 19, 2024
1 parent 321abbc commit 4283c22
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
- name: 의존성 설치
run: pnpm install --frozen-lockfile

- name: 린트
run: pnpm lint

- name: 포매팅
run: pnpm format
if: always()

- name: 린트
run: pnpm lint || true

- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a

0 comments on commit 4283c22

Please sign in to comment.