Skip to content

Commit

Permalink
chore: Update README, fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickel committed Jul 7, 2024
1 parent b45b83c commit 4882490
Show file tree
Hide file tree
Showing 2 changed files with 22 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:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,8 @@ Learn more about Playwright:
Learn more about Vitest:

- [Documentation](https://vitest.dev/guide/)

## Contributers 👨‍💻

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

0 comments on commit 4882490

Please sign in to comment.