Skip to content

Commit

Permalink
chore: add Contributors badges icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 4, 2023
1 parent bd4ae5a commit 17a46b3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -27,7 +27,14 @@ jobs:
with:
source: coverage/coverage-summary.json
output: dist/badges.svg


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

- run: cp -rp coverage/lcov-report dist

- name: Deploy Website
Expand Down
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -46,6 +46,16 @@ prepareUrls({
// }
```

## Contributors

As always, thanks to our amazing contributors!

<a href="https://github.com/jaywcjlove/local-ip-url/graphs/contributors">
<img src="https://uiwjs.github.io/copy-to-clipboard/CONTRIBUTORS.svg" />
</a>

Made with [contributors](https://github.com/jaywcjlove/github-action-contributors).

## License

MIT

0 comments on commit 17a46b3

Please sign in to comment.