mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-08 06:20:04 +00:00
SONAR-14822 Write an IT
This commit is contained in:
parent
71de302835
commit
8ba0f61ef0
4 changed files with 93 additions and 0 deletions
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();
|
||||
Loading…
Add table
Add a link
Reference in a new issue