From 48824908564d53079e83a6e0138093db5154c739 Mon Sep 17 00:00:00 2001 From: Gordon Mickel Date: Mon, 8 Jul 2024 01:51:11 +0200 Subject: [PATCH] chore: Update README, fix badges --- .github/workflows/contributors.yml | 17 +++++++++++++++++ README.md | 5 +++++ 2 files changed, 22 insertions(+) create mode 100644 .github/workflows/contributors.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 0000000..964e00a --- /dev/null +++ b/.github/workflows/contributors.yml @@ -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 }} diff --git a/README.md b/README.md index d054adf..2b3fd98 100644 --- a/README.md +++ b/README.md @@ -141,3 +141,8 @@ Learn more about Playwright: Learn more about Vitest: - [Documentation](https://vitest.dev/guide/) + +## Contributers 👨‍💻 + + +