mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-06 10:47:09 +00:00
4 lines
112 B
Python
4 lines
112 B
Python
load("github.com/SonarSource/cirrus-modules@v2", "load_features")
|
|
|
|
def main(ctx):
|
|
return load_features(ctx)
|