diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5aa5f7..0b1626e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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