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 faff3e3 commit fa01f88Copy full SHA for fa01f88
ci/lint_imagefile
@@ -12,6 +12,7 @@ ENV LC_ALL=C.UTF-8
12
COPY ./.python-version /.python-version
13
COPY ./ci/lint/container-entrypoint.sh /entrypoint.sh
14
COPY ./ci/lint/04_install.sh /install.sh
15
+COPY ./test/lint/test_runner /test/lint/test_runner
16
17
RUN /install.sh && \
18
echo 'alias lint="./ci/lint/06_script.sh"' >> ~/.bashrc && \
0 commit comments