Skip to content

Commit 9b2470b

Browse files
committed
[UPDATE] Computer Science로 모든 CS 관련 내용 통합
- ComputerScience (26) + Algorithm (24) + Development (21) → Computer Science (71) - Software Engineering 방법론도 CS의 일부로 통합 - 전체 597 TILs로 정확히 카운트 - workflow도 자동으로 통합되도록 수정 최종 구조: - Mobile: 387 - iOS: 319 - Android: 4 - Cross Platform: 64 - Flutter: 52 - React Native: 12 - Computer Science: 71
1 parent faad5c3 commit 9b2470b

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/update-profile.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
DEV="${{ steps.count.outputs.dev }}"
6363
SWIFT="${{ steps.count.outputs.swift }}"
6464
65-
# ComputerScience + Algorithm 통합
66-
CS_TOTAL=$((CS + ALGO))
65+
# ComputerScience + Algorithm + Development 통합
66+
CS_TOTAL=$((CS + ALGO + DEV))
6767
# iOS + Swift 통합
6868
IOS_TOTAL=$((IOS + SWIFT))
6969
# Cross Platform 통합
@@ -81,7 +81,6 @@ _${TOTAL} TILs_
8181
- Flutter: ${FLUTTER}
8282
- React Native: ${RN}
8383
- Computer Science: ${CS_TOTAL}
84-
- Development: ${DEV}
8584
EOF
8685

8786
# 기존 "_숫자 TILs" 라인부터 다음 빈 줄 또는 --- 까지를 새 내용으로 교체

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
2단계. 블로그에 정리해서 게시 ✨
99

1010

11-
_583 TILs_
11+
_597 TILs_
1212
- Mobile: 387
1313
- iOS: 319
1414
- Android: 4
1515
- Cross Platform: 64
1616
- Flutter: 52
1717
- React Native: 12
18-
- Computer Science: 50
19-
- Development: 7
18+
- Computer Science: 71
2019

2120
---
2221

0 commit comments

Comments
 (0)