From ebae0877a845a77f7a6963f583aa0378e3d346c7 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Fri, 10 May 2024 14:16:10 +0200 Subject: [PATCH] feature: use sonar cloud in separated workflow --- .github/workflows/sonar.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/sonar.yaml diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml new file mode 100644 index 0000000..58b49d8 --- /dev/null +++ b/.github/workflows/sonar.yaml @@ -0,0 +1,9 @@ +name: Sonar + +workflow_run: + workflows: [CI] + types: [completed] + +jobs: + shared: + uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@164b22d \ No newline at end of file