We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ff195 commit b3da16cCopy full SHA for b3da16c
.github/workflows/tiobe.yml
@@ -26,6 +26,7 @@ jobs:
26
unbuffer meson test -C _build -v
27
- name: Download and Install TICS
28
run: |
29
+ export TICSAUTHTOKEN=${{ secrets.TICSAUTHTOKEN }}
30
curl --silent --show-error "https://canonical.tiobe.com/tiobeweb/TICS/api/public/v1/fapi/installtics/Script?cfg=default&platform=linux&url=https://canonical.tiobe.com/tiobeweb/TICS/" > install_tics.sh
31
bash install_tics.sh
32
- name: Run TICS
0 commit comments