Skip to content

Commit 4485d96

Browse files
committed
Init workflow
1 parent e447e85 commit 4485d96

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/workflows/main.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Metrics
2+
on:
3+
schedule: [{cron: "0 * * * *"}]
4+
push: {branches: ["main"]}
5+
workflow_dispatch:
6+
jobs:
7+
github-metrics:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: lowlighter/metrics@latest
11+
with:
12+
token: ${{ secrets.METRICS_TOKEN }}
13+
committer_token: ${{ secrets.GITHUB_TOKEN }}
14+
15+
user: firefly-cpp
16+
template: classic
17+
base: header, activity, community, repositories
18+
config_animations: yes
19+
config_timezone: Europe/Ljubljana
20+
optimize: no
21+
use_prebuilt_image: yes
22+
plugin_achievements: yes
23+
plugin_achievements_display: compact
24+
plugin_achievements_ignored: explorer, infographile, member, worker, verified
25+
plugin_achievements_secrets: yes
26+
plugin_achievements_threshold: B
27+
plugin_isocalendar: yes
28+
plugin_isocalendar_duration: full-year
29+
plugin_languages: yes
30+
plugin_languages_details: percentage
31+
plugin_languages_skipped: GOD-GOG
32+
plugin_lines: yes
33+
plugin_repositories: yes
34+
plugin_repositories_featured: firefly-cpp/NiaARM firefly-cpp/cover-letter-latex
35+
plugin_traffic: yes

0 commit comments

Comments
 (0)