Skip to content

Commit

Permalink
ci: add code quality workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds committed Oct 27, 2023
1 parent 2b87a42 commit 7edbb19
Show file tree
Hide file tree
Showing 3 changed files with 1,073 additions and 706 deletions.
1 change: 0 additions & 1 deletion docker_build/bake_ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
dpkg -i task_linux_amd64.deb && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN . /venv/bin/activate && pip install --no-deps -r /src/tools/requirements-localhost.txt
EOT
}
Loading

0 comments on commit 7edbb19

Please sign in to comment.