Skip to content

Commit a7fe85d

Browse files
authored
Merge pull request #89 from f-lab-edu/refactoring
GitHub Actions CI 파이프라인 구현
2 parents a81f280 + 566ddaa commit a7fe85d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@ jobs:
4141
4242
- name: Install dependencies
4343
run: pnpm install
44+
45+
- name: Type check all packages
46+
run: pnpm type-check
47+
4448

0 commit comments

Comments
 (0)