We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d5192 commit 958e5a5Copy full SHA for 958e5a5
Dockerfile
@@ -7,6 +7,5 @@ LABEL "com.github.actions.color"="6f42c1"
7
8
RUN pip install --upgrade pip
9
RUN pip install flake8
10
-RUN python -c "print('=' * 80)"
11
12
CMD ["flake8", "/github/workspace/", "--count", "--select=E901,E999,F821,F822,F823", "--show-source", "--statistics"]
0 commit comments