Skip to content

Commit 754401e

Browse files
authored
Update build.yml
1 parent ad15377 commit 754401e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
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 }}

0 commit comments

Comments
 (0)