From 36448c2c209cee5fc59e4a3d53ca7fc3e58d3297 Mon Sep 17 00:00:00 2001 From: Federico Bianchi Date: Tue, 9 Jul 2024 19:48:19 -0400 Subject: [PATCH] Update build.yml (#47) --- .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 }}