Skip to content

Commit 85d5192

Browse files
authored
RUN python -c "print('=' * 80)"
1 parent 63a31b7 commit 85d5192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ LABEL "com.github.actions.color"="6f42c1"
77

88
RUN pip install --upgrade pip
99
RUN pip install flake8
10+
RUN python -c "print('=' * 80)"
1011

1112
CMD ["flake8", "/github/workspace/", "--count", "--select=E901,E999,F821,F822,F823", "--show-source", "--statistics"]

0 commit comments

Comments
 (0)