Run on PR and Push #10
@@ -31,7 +31,7 @@ jobs:
|
|||||||
run: run-clang-tidy -p ./build/Debug/ >> tidy_result
|
run: run-clang-tidy -p ./build/Debug/ >> tidy_result
|
||||||
|
|
||||||
- name: SonarQube Scan
|
- name: SonarQube Scan
|
||||||
uses: SonarSource/sonarqube-scan-action@7.0.0
|
uses: SonarSource/sonarqube-scan-action@v7.0.0
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST: ${{ secrets.SONAR_HOST }}
|
SONAR_HOST: ${{ secrets.SONAR_HOST }}
|
||||||
@@ -92,7 +92,7 @@ class Version
|
|||||||
return m_combined;
|
return m_combined;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]] operator std::string() const;
|
operator std::string() const;
|
||||||
|
|
||||||
constexpr Version& operator=(const Version& p_version) = default;
|
constexpr Version& operator=(const Version& p_version) = default;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user