Skip to content

Commit

Permalink
ci: add tics action
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose committed Jan 21, 2025
1 parent 7a3a49a commit 032054e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 032054e

Please sign in to comment.