Skip to content

Commit

Permalink
Update build.yml (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinid authored Jul 9, 2024
1 parent 8bb828a commit 36448c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 36448c2

Please sign in to comment.