mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
7 lines
107 B
Python
7 lines
107 B
Python
import runs_on
|
|
|
|
|
|
@runs_on.posix
|
|
def test(codeql, swift):
|
|
codeql.database.create(command="swift build")
|