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
The thing is when I run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics locally in the repo, I get 3 warnings. How come there's a difference, am I doing something wrong? I get the same result when using ubuntu-latest instead of the self-hosted runner.
The text was updated successfully, but these errors were encountered:
Well that's the thing, we're hosting our own action runner in our K8s cluster and this solution is perfect because it's contained in a Docker so we'll be able to use the same runner for multiple repos.
Hello,
I have the following action defined in my repo:
The output when this action runs is
The thing is when I run
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
locally in the repo, I get 3 warnings. How come there's a difference, am I doing something wrong? I get the same result when usingubuntu-latest
instead of the self-hosted runner.The text was updated successfully, but these errors were encountered: