Skip to content

Commit

Permalink
docs: add collaborators and contributors to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Aug 7, 2022
1 parent 83ca628 commit 29d7f8e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
35 changes: 14 additions & 21 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,6 @@ jobs:
- name: "Tests against build"
run: yarn jest --selectProjects dom-cjs dom-package

storybook-build:
name: "Storybook Build"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 16

- uses: bahmutov/npm-install@v1
with:
useRollingCache: true
install-command: yarn --frozen-lockfile

- name: "Storybook Build"
run: yarn storybook:build

test:
name: "Test"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -151,3 +130,17 @@ 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" ]
if: github.event_name == 'push'
permissions:
contents: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
with:
image_size: 80
columns_per_row: 10
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,8 @@ Coming from `react-use`? Check out our
— Executes callback when keyboard event occurred on target.
- [**`useWindowSize`**](https://react-hookz.github.io/web/?path=/docs/dom-usewindowsize--example)
— Tracks window inner dimensions.

## Contributors

<!-- readme: collaborators,contributors -start -->
<!-- readme: collaborators,contributors -end -->

0 comments on commit 29d7f8e

Please sign in to comment.