ci: enable ruff linting and pytest in CI pipeline #1568

Merged
AI-Manager merged 14 commits from feature/1559-1560-enable-ci-linting-and-tests into main 2026-04-19 23:08:09 +00:00
Showing only changes of commit 90e58949fc - Show all commits
+2 -2
View File
@@ -65,7 +65,7 @@ jobs:
- name: Install dependencies
shell: sh
run: |
apt-get install -y git docker.io
apt-get install -y git docker-ce
- name: Checkout code
shell: sh
@@ -137,7 +137,7 @@ jobs:
- name: Install dependencies
shell: sh
run: |
apt-get install -y git docker.io
apt-get install -y git docker-ce
- name: Checkout code
shell: sh