Skip to content

Commit

Permalink
Update how-to-test-your-github-pull-requests-with-codesandbox-ci.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
abereghici authored Nov 11, 2021
1 parent 314d6ab commit 173edf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ you should consider using CodeSandbox CI in your project configuration. CodeSand
it's an awesome GitHub application that auto-builds your open source project from pull requests.
This can save a lot of time and effort to test and approve the changes.

#### How it works?
#### How does it work?

Whenever someone opens a new pull request, CodeSandbox CI builds a new version of your project.
Those builds get posted to CodeSandbox registry, so you can test it in there or locally, and all without having to publish the build to npm⁠.
Expand Down

0 comments on commit 173edf9

Please sign in to comment.