Skip to content

Commit 2be75eb

Browse files
refactor(workflow): remove setup_volumes.sh from code quality workflow
- Eliminated the step to create volume directories as it is no longer necessary. - Updated the workflow to streamline the setup process for Docker.
1 parent fbac438 commit 2be75eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ jobs:
9898
steps:
9999
- name: Checkout code
100100
uses: actions/checkout@v4
101-
- name: Create volume directories
102-
run: bash scripts/setup_volumes.sh
103101
- name: Copy .env file
104102
run: cp .env.example .env
105103
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)