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

Circle CI Lint Broken #142

Closed
sleepypioneer opened this issue Oct 30, 2022 · 2 comments
Closed

Circle CI Lint Broken #142

sleepypioneer opened this issue Oct 30, 2022 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed quality assurance CI tests, unit tests, integration tests, any kind of testing

Comments

@sleepypioneer
Copy link
Member

Currently, the linter appears to not be able to check out the code, which means this check fails. At a glance it seems to be regarding the publickey used, I am also a bit surprised to see it print this out in the log but perhaps that is not an issue.

Using SSH Config Dir '/home/circleci/.ssh'
git version 2.37.1
Cloning git repository
Cloning into '.'...
Warning: Permanently added the ECDSA host key for IP address '140.82.113.3' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository

It appears to have been the case since circa 3 months, and perhaps since this was added:

image

@sleepypioneer sleepypioneer added bug Something isn't working help wanted Extra attention is needed quality assurance CI tests, unit tests, integration tests, any kind of testing labels Oct 30, 2022
@Roshanjossey
Copy link
Member

I think circle CI used to work at some point because of logs in issues like #123

How about dropping circle CI and using GitHub actions for linting instead? We could use the same tool (tidy)

@Roshanjossey
Copy link
Member

Fixed in #154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed quality assurance CI tests, unit tests, integration tests, any kind of testing
Projects
None yet
Development

No branches or pull requests

2 participants