mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 02:00:12 +08:00
Add autobuild workind-directory test
This commit is contained in:
8
tests/java-repo/src/main/java/Main.java
Normal file
8
tests/java-repo/src/main/java/Main.java
Normal file
@@ -0,0 +1,8 @@
|
||||
class Main {
|
||||
public static void main(String args[]) {
|
||||
if (true) {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user