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 a961e83 commit 321abbc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
- name: 의존성 설치
run: pnpm install --frozen-lockfile

- name: 린트
run: pnpm lint

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

- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a

0 comments on commit 321abbc

Please sign in to comment.