Skip to content

Commit

Permalink
docs: add contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Cweili committed Jan 5, 2024
1 parent d6c87a2 commit ff6cab7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/contributor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: contributor

on:
push:
branches:
- master

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Contribute List
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: deploy
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches:
- master

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ const theme = {
/>
```

## Contributors

<!-- readme: collaborators,contributors -start -->
<!-- readme: collaborators,contributors -end -->

[fontawesome-icons]: https://fontawesome.com/icons
[fontawesome]: https://fontawesome.com/
[fontawesome-npm]: https://www.npmjs.com/search?q=%40fortawesome%20svg%20icons
Expand Down

0 comments on commit ff6cab7

Please sign in to comment.