Skip to content

Commit

Permalink
Merge 29471a2 into b35b3be
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 authored Jan 14, 2025
2 parents b35b3be + 29471a2 commit fefa934
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tics.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fefa934

Please sign in to comment.