mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
remove code quality scan
This commit is contained in:
parent
19d34662a0
commit
fb545a3ed7
24
.github/workflows/code-quality.yaml
vendored
24
.github/workflows/code-quality.yaml
vendored
@ -1,24 +0,0 @@
|
||||
name: Code Quality Scan
|
||||
|
||||
on:
|
||||
# Trigger analysis when pushing in master or pull requests, and when creating
|
||||
# a pull request.
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
sonarcloud:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
# Disabling shallow clone is recommended for improving relevancy of reporting
|
||||
fetch-depth: 0
|
||||
- name: SonarCloud Scan
|
||||
uses: sonarsource/sonarcloud-github-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
@ -1,3 +1,2 @@
|
||||
sonar.organization=oneuptime
|
||||
sonar.projectKey=OneUptime_app
|
||||
sonar.exclusions=*.java
|
||||
sonar.projectKey=OneUptime_app
|
Loading…
Reference in New Issue
Block a user