From 9c9f45ccf61385b6ec9ab58e844ce9fcf30a2562 Mon Sep 17 00:00:00 2001 From: Federico Bianchi Date: Tue, 9 Jul 2024 19:45:29 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1f8f3a..41d2b40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,3 +26,15 @@ jobs: - name: Test with pytest run: | pytest + + 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 }}