super-linter

在 GitLab 中运行 super-linter Action

  • super-linter
  • .gitlab-ci.yml
    1
    2
    3
    4
    superlinter:
    image: github/super-linter:latest
    script: [ "true" ]
    variables: { RUN_LOCAL: "true", DEFAULT_WORKSPACE: $CI_BUILDS_DIR }

sonarqube