Skip to content

Commit

Permalink
fix(readme): add contributors list (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi authored Feb 4, 2024
1 parent 399fed1 commit 36bacce
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 7 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,19 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

gen-contributors:
name: "Generate Contributors List"
runs-on: ubuntu-latest
needs: [ "test", "build", "lint", "semantic-release" ]
if: github.event_name == 'push'
permissions:
contents: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
image_size: 100
columns_per_row: 8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ Full benchmarks results can be found in the [`benchmark`](/benchmark) directory.

To run benchmarks simply clone this repo and make `yarn && yarn benchmark` in repo root.

## Contributors

<!-- readme: collaborators,contributors,semantic-release-bot/-,lint-action/- -start -->
<!-- readme: collaborators,contributors,semantic-release-bot/-,lint-action/- -end -->

## Related projects

- [@react-hookz/web](https://github.com/react-hookz/web) - React hooks done right, for browser and
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@commitlint/cz-commitlint": "^18.6.0",
"@jamesacarr/jest-reporter-github-actions": "^0.0.4",
"@react-hookz/eslint-config": "^2.1.5",
"@react-hookz/eslint-formatter-gha": "^1.0.1",
"@react-hookz/eslint-formatter-gha": "^2.0.1",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@actions/core@^1.2.6", "@actions/core@^1.9.1":
"@actions/core@^1.10.1", "@actions/core@^1.2.6":
version "1.10.1"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.1.tgz#61108e7ac40acae95ee36da074fa5850ca4ced8a"
integrity sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==
Expand Down Expand Up @@ -1262,12 +1262,12 @@
eslint-plugin-react-hooks "^4.6.0"
eslint-plugin-unicorn "^50.0.1"

"@react-hookz/eslint-formatter-gha@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@react-hookz/eslint-formatter-gha/-/eslint-formatter-gha-1.0.1.tgz#1cbd0a398a8b6b738388af430933e699ad29c6fc"
integrity sha512-3fQWSevZuFDExH276MnSW0Q+OZU/tArOlSJhM2nYm81ALn1horXXAsDjVdFX5WQVn5+oF1D95VBUwEW6ABs5DQ==
"@react-hookz/eslint-formatter-gha@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@react-hookz/eslint-formatter-gha/-/eslint-formatter-gha-2.0.1.tgz#6402cda92f0f0197fd33bfb9c381a0ec98228869"
integrity sha512-39Aofq3MhvvVYVkCj2Oo6VlKH2MvuZJ9eHnuDS5dJKu2HbEi7Nt4oVniDLIXmzq27kXFKlN/6l0yf80i4PhGsA==
dependencies:
"@actions/core" "^1.9.1"
"@actions/core" "^1.10.1"

"@semantic-release/changelog@^6.0.2":
version "6.0.3"
Expand Down

0 comments on commit 36bacce

Please sign in to comment.