mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
6 lines
163 B
Python
6 lines
163 B
Python
from create_database_utils import *
|
|
from diagnostics_test_utils import *
|
|
|
|
run_codeql_database_create(['dotnet build'], db=None, lang="csharp")
|
|
check_diagnostics()
|