Skip to content

Commit

Permalink
Merge pull request #21 from rosslh/rosslh/credit-contributors
Browse files Browse the repository at this point in the history
Credit contributors in the ReadMe 🎉
  • Loading branch information
rosslh authored Aug 13, 2024
2 parents e2b74fb + 317348d commit bb8cb68
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- master

jobs:
update-readme-contributors:
runs-on: ubuntu-latest
name: Update Contributors List
permissions:
contents: write
pull-requests: write
steps:
- name: Update list
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.README_TOKEN }}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ To set up and run the project on your local environment, navigate to the `client
- **Run Rust Tests**: `npm run test`
- **Lint**: `npm run lint` - identifies potential code issues
- **Cleanup**: `npm run clean` - removes caches and build artifacts

## Contributors

Many thanks to the following contributors who have helped shape this project:

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

0 comments on commit bb8cb68

Please sign in to comment.