-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Add check to verify if rosetta is installed on macOS #29
base: main
Are you sure you want to change the base?
Conversation
What is the reason for the change? |
Actually, it was based on a different idea I had for the implementation. On a second thought, I will revert this. |
0a5ed57
to
29de458
Compare
3c5a11b
to
00a09f8
Compare
It will involve combining two opposite checks together, doesn’t it? |
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.
Could you update the README since we have added a new check? See the "Configuring" section.
Regarding the new check name, rosetta-installed
, let me think about this a bit (especially as it will be used in om health
as well). I wonder if we should support nested checks ...
{ | ||
let check = Check { | ||
title: "Rosetta Installed".to_string(), | ||
info: "".to_string(), |
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.
@shivaraj-bh Let's move this PR to (No hurry on this one) |
resolves #26