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

"warning: 'jq' or 'yq' is not installed; skipped GitHub workflow check" is unclear #301

Closed
jayvdb opened this issue Dec 10, 2023 · 1 comment

Comments

@jayvdb
Copy link
Contributor

jayvdb commented Dec 10, 2023

When I saw this warning, I assumed it meant that having either installed would be sufficient.

warning: 'jq' or 'yq' is not installed; skipped GitHub workflow check

I can see in the script that both are required.

Maybe end with "skipped GitHub workflow check which requires both"

@jayvdb
Copy link
Contributor Author

jayvdb commented Dec 10, 2023

Also when I install yq on openSUSE, it is Go tool https://github.com/mikefarah/yq that is installed.

The result is

info: checking GitHub workflows
Error: unknown shorthand flag: 'c' in -c
Usage:
  yq eval [expression] [yaml_file1]... [flags]

...

I see the tidy workflow installs PyPI yq , which is https://github.com/kislyuk/yq

I see brew yq is also the Go tool. https://formulae.brew.sh/formula/yq

The error could indicate it is PyPI yq that is needed.

@taiki-e taiki-e closed this as completed in fcdd50a Mar 2, 2024
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

No branches or pull requests

1 participant