Skip to content

Commit e3d9b50

Browse files
authored
Merge pull request #173 from minjikarin/master
test sonar
2 parents 7d81194 + af4c742 commit e3d9b50

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
branches: [ master ]
55
pull_request:
66
branches: [ master ]
7-
types: [opened, synchronize, reopened]
87
jobs:
98
build:
109
runs-on: Ubuntu-latest
@@ -26,15 +25,3 @@ jobs:
2625
run: npm test
2726
- name: Before deploy
2827
run: npm run docs
29-
sonarcloud:
30-
name: SonarCloud
31-
runs-on: ubuntu-latest
32-
steps:
33-
- uses: actions/checkout@v2
34-
with:
35-
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
36-
- name: SonarCloud Scan
37-
uses: SonarSource/sonarcloud-github-action@master
38-
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
40-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonar-project.properties

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)