Skip to content

Commit

Permalink
Add cont md and cont yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
danishzayan committed Sep 29, 2024
1 parent b390d47 commit b45132c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/contribute.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Contribute List
on:
push:
branches:
- main
workflow_dispatch:

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
readme_path: 'contributors.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributors

**Awesome people who messed with the code in this repo**

0 comments on commit b45132c

Please sign in to comment.