Skip to content

Commit

Permalink
Update sonarqube.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K-KY authored Jan 17, 2025
1 parent 5bf9477 commit 6a573a5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# 2. Node.js 설치
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18

# 3. 의존성 설치
- name: Install dependencies
run: npm install

# # 4. 빌드 (필요한 경우)
# - name: Build the project
# run: npm run build
Expand Down

0 comments on commit 6a573a5

Please sign in to comment.