Skip to content

Commit a29a45e

Browse files
authored
update: ci.yaml (#49)
- 중복 스텝 삭제
1 parent 6685b93 commit a29a45e

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: ci
22
on:
3-
push:
4-
branches:
5-
- main
63
pull_request:
74
branches:
85
- main
9-
106
jobs:
117
ci:
128
runs-on: ubuntu-latest
@@ -19,19 +15,9 @@ jobs:
1915
with:
2016
node-version: 16.x
2117
cache: yarn
22-
- name: Install dependencies
18+
- name: Dependency installation
2319
run: yarn install --frozen-lockfile
24-
- name: Lint
25-
run: yarn lint
26-
- name: Type check
27-
run: yarn type-check
28-
29-
30-
- name: Install dependencies
31-
run: yarn install
32-
3320
- name: Lint check
3421
run: yarn lint
35-
3622
- name: Type check
37-
run: yarn type-check
23+
run: yarn type-check

0 commit comments

Comments
 (0)