Skip to content

Commit d56a018

Browse files
authored
[design] 온보딩 페이지 퍼블리싱 (#19)
* design: 온보딩 페이지 퍼블리싱 * fix: ci.yml eslint 부분 삭제
1 parent ac8d0a3 commit d56a018

File tree

15 files changed

+790
-192
lines changed

15 files changed

+790
-192
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ jobs:
5151
# git diff-index --quiet HEAD || git commit -m "chore: format code with Prettier"
5252

5353
# 8. ESLint 실행
54-
- name: Run ESLint
55-
working-directory: react-app
56-
run: npm run lint # ESLint를 실행하는 스크립트를 `package.json`에 설정
54+
/
5755

5856
# 9. 빌드 실행
5957
- name: Build project

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)