mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
6 lines
147 B
Python
6 lines
147 B
Python
import os
|
|
import os.path
|
|
|
|
def test(codeql, java):
|
|
codeql.database.create(build_mode = "none", codescanning_config = "codescanning-config.yml")
|