Skip to content

Commit

Permalink
Merge pull request #10 from pydanny/add-contributing
Browse files Browse the repository at this point in the history
Add contributing workflow
  • Loading branch information
pydanny authored Jun 11, 2024
2 parents ea7943e + d0f1514 commit eb0a8f3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/contributing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Contributing
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.REPO_TOKEN }}
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,10 @@ Formatting the code:

```
rye run format
```
```


## Contributors

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

0 comments on commit eb0a8f3

Please sign in to comment.