diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a73b943..eb78d9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,13 @@ jobs: - run: npm run bundle - run: npm run bundle:min + - name: Generate Contributors Images + uses: jaywcjlove/github-action-contributors@main + with: + filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) + output: build/CONTRIBUTORS.svg + avatarSize: 42 + - name: Create Coverage Badges uses: jaywcjlove/coverage-badges-cli@main with: