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 63a31b7 commit 85d5192Copy full SHA for 85d5192
Dockerfile
@@ -7,5 +7,6 @@ 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