mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
6 lines
103 B
Python
6 lines
103 B
Python
import runs_on
|
|
|
|
@runs_on.linux
|
|
def test(codeql, csharp):
|
|
codeql.database.create(build_mode="none")
|