fix: simplify dependency installation step in CI workflow by renaming task and removing unnecessary setup step

This commit is contained in:
2025-12-29 23:59:05 -06:00
parent 3af2be27d8
commit ff1589216b

View File

@@ -26,11 +26,8 @@ jobs:
with:
version: '3.46.3'
- name: Setup environment
run: task setup
- name: Install dependencies
run: task install:ci
run: task deps
- name: Download Trivy
run: |