We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in_ci()
in_github_actions()
GHA is also a CI, no?
The text was updated successfully, but these errors were encountered:
You can also check that the CI env var is set; that's common across many platforms and is what we generally use.
Sorry, something went wrong.
It seems like https://github.com/r-lib/lintr/blob/lint-error/R/methods.R#L68-L82 assumes in_ci() will return TRUE on GHA.
...
Oh but there's a separate branch specifically for GHA: https://github.com/r-lib/lintr/blob/lint-error/R/methods.R#L65-L67
This is no longer relevant (cf. #2446).
No branches or pull requests
GHA is also a CI, no?
The text was updated successfully, but these errors were encountered: