Skip to content

Commit cb90d92

Browse files
committed
style: correct indentation in GitHub Actions workflow file
* Adjusted indentation for the enable-cache option in the test.yml workflow file to ensure proper YAML formatting.
1 parent 5a30e03 commit cb90d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install dependencies
6868
uses: astral-sh/setup-uv@v7
6969
with:
70-
enable-cache: true
70+
enable-cache: true
7171

7272
# Download the Linux wheel built in the build workflow
7373
- name: Download pre-built Linux wheel

0 commit comments

Comments
 (0)