You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for putting this up on the marketplace. Sadly the example in the README.md is failing for a repo of mine.
It seems it cannot find the clang-format package:
Step 2/4 : RUN apt-get install clang-format
---> Running in 762e1f75fab7
Reading package lists...
E: Unable to locate package clang-format
Building dependency tree...
Reading state information...
The command '/bin/sh -c apt-get install clang-format' returned a non-zero code: 100
Hi, sorry for taking so long to get back to you. I am having issues with the auto-commit portion of the example (see: stefanzweifel/git-auto-commit-action#99) and I haven't had a lot of time these past couple months to do further debugging on it.
as far as the issue with apt---I'm pretty sure that was fixed in f47e972... looking at your linked output, for some reason the container isn't using the updated Dockerfile. not sure why
Hi, thanks for putting this up on the marketplace. Sadly the example in the
README.md
is failing for a repo of mine.It seems it cannot find the
clang-format
package:See here: https://github.com/robertodr/autolint/pull/1/checks?check_run_id=1193885333
The text was updated successfully, but these errors were encountered: