From 29471a243728e4a70ffc620780c371d96a25dcba Mon Sep 17 00:00:00 2001 From: Weii Wang Date: Tue, 14 Jan 2025 17:27:21 +0800 Subject: [PATCH] Add TICS GitHub workflow --- .github/workflows/tics.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/tics.yaml diff --git a/.github/workflows/tics.yaml b/.github/workflows/tics.yaml new file mode 100644 index 000000000..ca2940ff7 --- /dev/null +++ b/.github/workflows/tics.yaml @@ -0,0 +1,15 @@ +on: [pull_request] + +jobs: + TICS: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: TICS GitHub Action + uses: tiobe/tics-github-action@v3 + with: + viewerUrl: https://canonical.tiobe.com/tiobeweb/TICS/api/cfg?name=default + ticsAuthToken: ${{ secrets.TICSAUTHTOKEN }} + installTics: true