Skip to content

Commit

Permalink
⚙️ CI 파이프라인 및 husky 스크립트 수정 (#13)
Browse files Browse the repository at this point in the history
- husky install 수정
- CI 파이프라인 스크립트 및 이미지 수정
  • Loading branch information
BangDori authored Apr 23, 2024
1 parent 903875b commit a732e69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ on:
required: false

jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout pull request
uses: actions/checkout@v4

- name: Reuse setup action
uses: ./.github/actions/setup

- name: Test with eslint
run: yarn lint

test:
runs-on: ubuntu-20.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
### 2️⃣ CI/CD Pipeline

<div align="center">
<img src="https://github.com/CollaBu/pennyway-client-webview/assets/44726494/27904f85-6bdf-49ec-a08d-54821827f6fe" alt="ci pipeline" width="600" />
<img src="https://github.com/CollaBu/pennyway-client-webview/assets/44726494/e236ae0b-66d1-48a3-ade7-4801fedd1285" alt="ci pipeline" width="600" />
<img src="https://github.com/CollaBu/pennyway-client-webview/assets/44726494/37d03add-2956-466e-a100-549168860cad" alt="cd pipeline" width="600" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest --passWithNoTests",
"postinstall": "husky",
"postinstall": "husky install",
"lint-front": "lint-staged"
},
"dependencies": {
Expand Down

0 comments on commit a732e69

Please sign in to comment.