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