Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix GitHub workflow badge URL #628

Closed
wants to merge 1 commit into from
Closed

fix GitHub workflow badge URL #628

wants to merge 1 commit into from

Conversation

shoito
Copy link

@shoito shoito commented Oct 20, 2023

fix GitHub workflow badge URL.

See badges/shields#8671

You need to update your badge URL from
https://img.shields.io/github/workflow/status///Run%20Tests
to
https://img.shields.io/github/actions/workflow/status///test.yml?branch=main

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 63794e3:

Sandbox Source
Vanilla Configuration
Vanilla Typescript Configuration

@aryaemami59
Copy link
Contributor

Thanks for letting me know, I'm working on the docs for v5, I will go ahead and include this.

aryaemami59 added a commit to aryaemami59/reselect that referenced this pull request Nov 11, 2023
- Add documentation regarding new features.
- Redo `CodeSandbox` examples to align better with documentation. Solves reduxjs#598.
- Fix GitHub workflow badge URL reduxjs#628.
- Add instructions for `bun` and `pnpm`. Solves reduxjs#621.
- Fix minor type issues regarding `createStructuredSelector`. Solves reduxjs#499.
- `argsMemoize` and `argsMemoizeOptions` solve reduxjs#359.
- Remove `Redux` legacy patterns including `connect` and `switch` statements from docs.  Solves reduxjs#515.
- Replace legacy code patterns with modern syntax like `useSelector` and functional components.
- Implementation of `argsMemoize` solves reduxjs#376.
- Document order of execution in `Reselect`. Solves reduxjs#455.
- Add benchmarks to confirm the info inside the documentation.
- Add more type tests with `vitest`.
- Fix more hover preview issues with types.
@aryaemami59 aryaemami59 mentioned this pull request Nov 11, 2023
9 tasks
@shoito shoito closed this Dec 5, 2023
@shoito shoito deleted the patch-1 branch December 5, 2023 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants