Skip to content

Commit

Permalink
[FIX] (임시) Lint 실행 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Nov 18, 2024
1 parent d248b88 commit a9c571f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Run Lint
run: npm run lint
# - name: Run Lint
# run: npm run lint

- name: Build Project
run: npm run build

# 6. 테스트 실행
- name: Run Validate Script
run: |
sudo chmod +x valid.sh
Expand Down

0 comments on commit a9c571f

Please sign in to comment.