-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
biome 1.2.0 (new formula) #143196
biome 1.2.0 (new formula) #143196
Conversation
👋 @nhedger thanks for your first PR to homebrew-core!
If possible, you can help adding either bump-homebrew-formula-action or action-homebrew-bump-formula into the release pipeline to automate the homebrew releases |
simplify build Co-authored-by: Rui Chen <[email protected]> simplify test Co-authored-by: Rui Chen <[email protected]> simplify test Co-authored-by: Rui Chen <[email protected]> use tarball instead of git clone Co-authored-by: Rui Chen <[email protected]> biome: update test Signed-off-by: Rui Chen <[email protected]>
system bin/"biome", "format", "--semicolons=always", "--write", testpath/"test.js" | ||
assert_match "const x = 1;", (testpath/"test.js").read | ||
|
||
assert_match version.to_s, shell_output("#{bin}/biome --version", 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is some status code issue with version check, this can be reported to upstream
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I'll look into it. Is this a blocker for merging here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a blocker, but just call it out.
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Hey,
I'm submitting this formula for the Biome project to distribute the
biome
CLI via Homebrew.I have a couple of questions:
biome
formula to the list of formulae in the autobump workflow if we want Homebrew to update the formula when a new version is released?Thanks for your time.