diff --git a/.github/workflows/pip-rating.yml b/.github/workflows/pip-rating.yml new file mode 100644 index 00000000..b78cf0f3 --- /dev/null +++ b/.github/workflows/pip-rating.yml @@ -0,0 +1,21 @@ +name: Pip-rating + +on: + push: + branches: + - master + schedule: + - cron: '0 0 * * SUN' + +jobs: + build: + runs-on: ubuntu-latest + permissions: write-all + steps: + - uses: actions/checkout@v2 + - name: Run pip-rating + uses: Nekmo/pip-rating@master + with: + create_badge: true + badge_style: flat-square + badge_branch: pip-rating-badge