From 032054e2cae578d8f54cc03adea038abd007b59f Mon Sep 17 00:00:00 2001 From: Dennis Loose Date: Mon, 20 Jan 2025 17:19:53 +0100 Subject: [PATCH] ci: add tics action --- .github/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5895aed9d..de31746be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -98,3 +98,13 @@ jobs: - uses: codecov/codecov-action@v3 with: token: ${{secrets.CODECOV_TOKEN}} + + - name: Run TICS analysis + if: github.event_name == 'push' + uses: tiobe/tics-github-action@v3 + with: + mode: qserver + project: app-center + viewerUrl: https://canonical.tiobe.com/tiobeweb/TICS/api/cfg?name=default + ticsAuthToken: ${{ secrets.TICSAUTHTOKEN }} + installTics: true