Skip to content

Commit

Permalink
#11 readme created, License added, collaborator workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-1905 committed Jul 29, 2023
1 parent 9ef2928 commit 1e57efc
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/contributor.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Loading

0 comments on commit 1e57efc

Please sign in to comment.