mirror of
https://github.com/github/codeql-action.git
synced 2026-04-26 00:38:48 +00:00
Add autobuild workind-directory test
This commit is contained in:
@@ -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