Skip to content

Commit

Permalink
ci: problem-matcher 적용 (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Aug 3, 2023
1 parent 741d001 commit 0157083
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,12 @@ jobs:
pnpm install --frozen-lockfile
pnpm --filter='@jiphyeonjeon-42/contracts' build
- name: check types
run: pnpm -r --no-bail check
- if: always()
name: check types (backend)
working-directory: backend
run: pnpm check

- if: always()
name: check types (contracts)
working-directory: contracts
run: pnpm check

0 comments on commit 0157083

Please sign in to comment.