diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 00000000..7eacd031 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,14 @@ +name: Contributors + +on: + push: + branches: "**" + +jobs: + lint: + runs-on: ubuntu-latest + + steps: + - uses: akhilmhdh/contributors-readme-action@v2.3.8 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 2ba817f3..981a8707 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,8 @@ yarn make ## Contributors - - - - -Made with [contrib.rocks](https://contrib.rocks). + + ## License