-
-
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
zk v0.9.0 (new formula) #91670
zk v0.9.0 (new formula) #91670
Conversation
|
I think I need to compile with the homebrew version of Any idea how to go about this? |
|
Maintainers can decide to ignore an audit if the software does not work otherwise. Just make it depend on the homebrew version.
|
Oh, gotcha. I'm not sure how to make the CI continue tho while failing the audit.
That was a typo, I meant the homebrew version 😅. I'll push it up depending on the homebrew version. |
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
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 doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Provides a formula for zk, a command-line tool helping you to maintain a plain text Zettelkasten or personal wiki.