mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
This commit is contained in:
3
.github/workflows/sonar_check.yml
vendored
3
.github/workflows/sonar_check.yml
vendored
@@ -9,9 +9,10 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository_owner == 'emsesp'
|
||||||
|
# if: github.repository == 'emsesp/EMS-ESP32'
|
||||||
env:
|
env:
|
||||||
# https://binaries.sonarsource.com/?prefix=Distribution/sonar-scanner-cli/
|
# https://binaries.sonarsource.com/?prefix=Distribution/sonar-scanner-cli/
|
||||||
# SONAR_SCANNER_VERSION: 4.6.1.2450
|
|
||||||
SONAR_SCANNER_VERSION: 4.7.0.2747
|
SONAR_SCANNER_VERSION: 4.7.0.2747
|
||||||
SONAR_SERVER_URL: "https://sonarcloud.io"
|
SONAR_SERVER_URL: "https://sonarcloud.io"
|
||||||
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory
|
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory
|
||||||
|
|||||||
Reference in New Issue
Block a user