mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
7 lines
87 B
Python
7 lines
87 B
Python
import runs_on
|
|
|
|
|
|
@runs_on.linux
|
|
def test(codeql, csharp):
|
|
codeql.database.create()
|