Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 7, 2023
1 parent f13e40c commit 1716ef6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
source: coverage/coverage-summary.json
output: coverage/badges-classic.svg

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
output: coverage/CONTRIBUTORS.svg
avatarSize: 42

- run: echo '${{ steps.coverage_badges.outputs.svg }}'

- run: npm i markdown-to-html-cli -g
Expand Down

0 comments on commit 1716ef6

Please sign in to comment.