Add tweets plugin (#23)

* Add support for tweets plugin
This commit is contained in:
Simon Lecoq
2020-12-17 22:38:51 +01:00
committed by GitHub
parent 6eac410f03
commit 592fd9d7bb
21 changed files with 312 additions and 316 deletions

View File

@@ -182,4 +182,12 @@ jobs:
plugin_projects_limit: 2,
}) %>
- name: ${{ matrix.template }} > Plugin > Tweets
uses: lowlighter/metrics@<%- release %>
<%- testcase({
plugin_tweets: true,
plugin_tweets_limit: 2,
plugin_tweets_token: "${{ secrets.TWITTER_TOKEN }}",
}) %>
<% } -%>