From ab8721f2e55468dedc9363a4cd21f2d63b6f7d15 Mon Sep 17 00:00:00 2001 From: Hydra Date: Mon, 29 Apr 2024 14:59:23 +0100 Subject: [PATCH] ci: adding contributors --- .github/workflows/contributors.yml | 14 ++++++++++++++ README.md | 7 ++----- 2 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/contributors.yml 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