Skip to content

Commit c3b35ec

Browse files
Add workflow (#121)
1 parent add6354 commit c3b35ec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/tiobe-scan.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Tiobe TiCS Analysis
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 0 * * 1" # Runs at midnight UTC every Monday
7+
8+
jobs:
9+
tics:
10+
name: TiCs
11+
uses: canonical/observability/.github/workflows/charm-tiobe-scan.yaml@main
12+
secrets: inherit

0 commit comments

Comments
 (0)