Skip to content

Commit

Permalink
Merge pull request #271 from canonical/IAM-1073
Browse files Browse the repository at this point in the history
ci: add tiobe integration
  • Loading branch information
shipperizer authored Mar 3, 2025
2 parents 1ce24dc + 1c88b35 commit b6aca5c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/tiobe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: TIOBE Quality Checks

on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '0 7 1 * *'

jobs:
TICS:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get repo name
run: echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV
- name: TICS GitHub Action
uses: tiobe/tics-github-action@v3
with:
mode: qserver
viewerUrl: https://canonical.tiobe.com/tiobeweb/TICS/api/cfg?name=default
ticsAuthToken: ${{ secrets.TICSAUTHTOKEN }}
project: ${{ env.REPO_NAME }}
installTics: true
filelist: .
recalc: ALL

0 comments on commit b6aca5c

Please # to comment.