mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-13 09:51:15 +00:00
4 lines
112 B
Text
4 lines
112 B
Text
load("github.com/SonarSource/cirrus-modules@v2", "load_features")
|
|
|
|
def main(ctx):
|
|
return load_features(ctx)
|