mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-01-28 07:33:16 +03:00
SONAR-14822 Write an IT
This commit is contained in:
5
test/example-project/src/main.js
Normal file
5
test/example-project/src/main.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function main() {
|
||||
console.log("Hello World");
|
||||
}
|
||||
|
||||
main();
|
||||
Reference in New Issue
Block a user