added contribute list as WF , you need to accept it and run it :) hope it will work

This commit is contained in:
Amir m. Ghanem
2022-11-25 17:33:21 +02:00
parent aa01669315
commit ed8312e34f
2 changed files with 18 additions and 0 deletions

14
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -129,3 +129,7 @@ app.register(add, route="/addition")
## Contributing
Contributions are always welcome!
## Our community
<!-- readme: contributors -start -->
<!-- readme: contributors -end -->