Add new plugin "isocalendar"

This commit is contained in:
lowlighter
2020-11-03 18:19:25 +01:00
parent 4210806623
commit 24819054c6
10 changed files with 300 additions and 27 deletions

View File

@@ -16,17 +16,17 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm test -- ${{ secrets.METRICS_ACTIONS_TOKEN }}
test:
runs-on: ubuntu-latest
steps:
- name: Classic template
uses: lowlighter/metrics@master
with:
@@ -34,7 +34,7 @@ jobs:
repositories: 1
plugins_errors_fatal: yes
dryrun: yes
- name: Terminal template
uses: lowlighter/metrics@master
with:
@@ -43,7 +43,7 @@ jobs:
repositories: 1
plugins_errors_fatal: yes
dryrun: yes
- name: PageSpeed plugin
uses: lowlighter/metrics@master
with:
@@ -53,8 +53,8 @@ jobs:
repositories: 1
plugin_pagespeed: yes
plugins_errors_fatal: yes
dryrun: yes
dryrun: yes
- name: Music plugin (playlist - apple)
uses: lowlighter/metrics@master
with:
@@ -65,7 +65,7 @@ jobs:
plugin_music_playlist: ${{ secrets.MUSIC_PLAYLIST_APPLE }}
plugins_errors_fatal: yes
dryrun: yes
- name: Music plugin (playlist - spotify)
uses: lowlighter/metrics@master
with:
@@ -76,7 +76,7 @@ jobs:
plugin_music_playlist: ${{ secrets.MUSIC_PLAYLIST_SPOTIFY }}
plugins_errors_fatal: yes
dryrun: yes
- name: Music plugin (recent - spotify)
uses: lowlighter/metrics@master
with:
@@ -88,7 +88,7 @@ jobs:
plugin_music_token: ${{ secrets.SPOTIFY_TOKENS }}
plugins_errors_fatal: yes
dryrun: yes
- name: Posts plugin (dev.to)
uses: lowlighter/metrics@master
with:
@@ -100,6 +100,16 @@ jobs:
plugins_errors_fatal: yes
dryrun: yes
- name: Isocalendar plugin
uses: lowlighter/metrics@master
with:
token: ${{ secrets.METRICS_TOKEN }}
base: ""
repositories: 1
plugin_isocalendar: yes
plugins_errors_fatal: yes
dryrun: yes
- name: Habits plugin
uses: lowlighter/metrics@master
with:
@@ -109,7 +119,7 @@ jobs:
plugin_habits: yes
plugins_errors_fatal: yes
dryrun: yes
- name: Languages plugin
uses: lowlighter/metrics@master
with:
@@ -129,7 +139,7 @@ jobs:
plugin_followup: yes
plugins_errors_fatal: yes
dryrun: yes
- name: Lines plugin
uses: lowlighter/metrics@master
with:
@@ -139,7 +149,7 @@ jobs:
plugin_lines: yes
plugins_errors_fatal: yes
dryrun: yes
- name: Traffic plugin
uses: lowlighter/metrics@master
with:
@@ -149,4 +159,4 @@ jobs:
plugin_traffic: yes
plugins_errors_fatal: yes
dryrun: yes